The DlnSpiSlaveSetSSIdleTimeout() function sets SS idle timeout. For details, read SS Idle Timeout.
DlnSpiSlaveSetSSIdleTimeout()
DLN_RESULT DlnSpiSlaveSetSSIdleTimeout( HDLN handle, uint8_t port, uint32_t timeout );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The SS idle timeout value specified in milliseconds (ms). The minimum value is 1ms, the maximum value - 1000ms.
The function successfully configured SS idle timeout.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The SS idle timeout value is not valid.
The default SS idle timeout value is set to 100ms.
The DlnSpiSlaveSetSSIdleTimeout() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h