The DlnSpiSlaveEnableIdleEvent() function activates the SPI slave idle event.
DlnSpiSlaveEnableIdleEvent()
DLN_RESULT DlnSpiSlaveEnableIdleEvent( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The function successfully activated the SPI slave idle event.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The idle event conflicts with the SS rise event. To enable the idle event, disable the SS rise event by using the DlnSpiSlaveDisableSSRiseEvent() function.
The DlnSpiSlaveEnableIdleEvent() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h