spi_s_async_enable

Enable SPI and start background RX.

void spi_s_async_enable(
    struct spi_s_async_descriptor * spi
)

Enable the hardware and start RX with buffer in background.

Parameters

spi

Type: struct spi_s_async_descriptor Struct *

Pointer to the SPI Slave HAL instance.

Returns

Type: void