DlnSpiMasterSSBetweenFramesIsEnabled() Function

 DLN_RESULT DlnSpiMasterSSBetweenFramesIsEnabled(
    HDLN handle,
    uint8_t port,
    uint8_t* enabled
 );

The DlnSpiMasterSSBetweenFramesIsEnabled() function checks if DLN-series adapter releases SS line between successive SPI frames transmission.

Parameters:

handle
A handle to the DLN-series adapter.
port
A number of the SPI master port to retrieve the information from.
enabled
A pointer to an unsigned 8-bit integer. The integer will be filled with information whether release of an SS line between data frames exchanged with a slave device is enabled after the function execution. The following values are available:
1 or DLN_SPI_MASTER_SS_BETWEEN_TRANSFERS_ENABLED SS line release is enabled
0 or DLN_SPI_MASTER_SS_BETWEEN_TRANSFERS_DISABLED SS line release is disabled

This function is defined in the dln_spi_master.h file.