The DlnSpiSlaveEnableSSRiseEvent() function activates event on SS rising edge.
DlnSpiSlaveEnableSSRiseEvent()
DLN_RESULT DlnSpiSlaveEnableSSRiseEvent( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The function successfully activated the event on SS rising edge.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The DlnSpiSlaveEnableSSRiseEvent() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h