The DlnSpiSlaveSetIdleEventTimeout() function sets idle event timeout.
DlnSpiSlaveSetIdleEventTimeout()
DLN_RESULT DlnSpiSlaveSetIdleEventTimeout( HDLN handle, uint8_t port, uint32_t timeout );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The idle event timeout value specified in milliseconds (ms).
The function successfully configured idle event timeout.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The idle event timeout value is not valid.
The default idle event timeout value is set to 0ms.
The DlnSpiSlaveSetIdleEventTimeout() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h