The DlnSpiSlaveIsSSRiseEventEnabled() function retrieves information whether the SS rise events are active or not.
DlnSpiSlaveIsSSRiseEventEnabled()
DLN_RESULT DlnSpiSlaveIsSSRiseEventEnabled( HDLN handle, uint8_t port, uint8_t *enabled );
A handle to the DLN-series adapter.
A number of the SPI slave port to retrieve the information from.
A pointer to an unsigned 8-bit integer that receives information whether the SS rise events are enabled.There are two possible values:
0 or DLN_SPI_SLAVE_EVENT_DISABLED - SS rise events are not enabled.
DLN_SPI_SLAVE_EVENT_DISABLED
1 or DLN_SPI_SLAVE_EVENT_ENABLED - SS rise events are enabled.
DLN_SPI_SLAVE_EVENT_ENABLED
The function successfully retrieved the event on SS rising edge configuration.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The DlnSpiSlaveIsSSRiseEventEnabled() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h