The DlnSpiMasterSSBetweenFramesDisable() function disables release of an SS line between data frames exchanged with a single slave device.
DlnSpiMasterSSBetweenFramesDisable()
DLN_RESULT DlnSpiMasterSSBetweenFramesDisable( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the selected SPI master port.
The function successfully disabled 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 DlnSpiMasterSSBetweenFramesDisable() function is defined in dln_spi_master.h file.
dln_spi_master.h