The DlnSpiMasterGetDelayAfterSS() function retrieves the current setting for minimum delay between assertion of an SS line and the first data frame.
DlnSpiMasterGetDelayAfterSS()
DLN_RESULT DlnSpiMasterGetDelayAfterSS( HDLN handle, uint8_t port, uint32_t* delayAfterSS );
A handle to the DLN-series adapter.
A number of the SPI master port.
A pointer to an unsigned 32-bit integer that receives the current delay value in nanoseconds.
The function successfully retrieved the delay after slave selection.
The port number is not valid. Use the DlnSpiMasterGetPortCount() function to find the maximum possible port number.
The DlnSpiMasterGetDelayAfterSS() function is defined in the dln_spi_master.h file.
dln_spi_master.h