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