DlnSpiMasterGetDelayBetweenSS() Function
DLN_RESULT DlnSpiMasterGetDelayBetweenSS(
HDLN handle,
uint8_t port,
uint32_t* delayBetweenSS
);
The DlnSpiMasterGetDelayBetweenSS() function retrieves current setting for minimum delay between release of an SS line and assertion of another SS line.
Parameters:
- handle
- A handle to the DLN-series adapter.
- port
- A number of the SPI master port to retrieve the information from.
- delayBetweenSS
- 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.
2006-2012