The DlnSpiSlaveDisableIdleEvent() function deactivates the SPI slave idle event.
DlnSpiSlaveDisableIdleEvent()
DLN_RESULT DlnSpiSlaveDisableIdleEvent( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The function successfully deactivated the SPI slave idle event.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The DlnSpiSlaveDisableIdleEvent() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h