The DlnSpiMasterGetDelayBetweenSS() function retrieves the current setting for minimum delay after one SS line is released and before another SS line is asserted.
DlnSpiMasterGetDelayBetweenSS()
DLN_RESULT DlnSpiMasterGetDelayBetweenSS( HDLN handle, uint8_t port, uint32_t* delayBetweenSS );
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 set the delay after one SS line is released and before another SS line is asserted.
The port number is not valid. Use the DlnSpiMasterGetPortCount() function to find the maximum possible port number.
The DlnSpiMasterGetDelayBetweenSS() function is defined in the dln_spi_master.h file.
dln_spi_master.h