spi_s_sync_break_on_ss_detect

Enable/disable break on SS desert detection.

void spi_s_sync_break_on_ss_detect(
    struct spi_s_sync_descriptor * spi,
    const bool enable
)

Parameters

spi

Type: struct spi_s_sync_descriptor Struct *

Pointer to the HAL SPI instance.

enable

Type: const bool

Set to true to break R/W loop on SS desert.

Returns

Type: void