DlnSpiMasterGetDelayAfterSS() Function

 DLN_RESULT DlnSpiMasterGetDelayAfterSS(
    HDLN handle,
    uint8_t port,
    uint32_t* delayAfterSS
 );

The DlnSpiMasterGetDelayAfterSS() function retrieves current setting for minimum delay between assertion of an SS line and first data frame.

Parameters:

handle
A handle to the DLN-series adapter.
port
A number of the SPI master port to retrieve the information from.
delayAfterSS
A pointer to an unsigned 32-bit integer. The integer will be filled with current delay value in nanoseconds.

This function is defined in the dln_spi_master.h file.