The DlnSpiMasterSSBetweenFramesEnable() function enables release of an SS line between data frames exchanged with a single slave device.
DlnSpiMasterSSBetweenFramesEnable()
DLN_RESULT DlnSpiMasterSSBetweenFramesEnable( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the selected SPI master port.
The function successfully enabled release of the SS line.
The port number is not valid. Use the DlnSpiMasterGetPortCount() function to find the maximum possible port number.
The SPI master is busy transmitting.
The DlnSpiMasterSSBetweenFramesEnable() function is defined in dln_spi_master.h file.
dln_spi_master.h