DlnSpiMasterSetDelayBetweenSS() Function
DLN_RESULT DlnSpiMasterSetDelayBetweenSS(
HDLN handle,
uint8_t port,
uint32_t delayBetweenSS,
uint32_t* actualDelayBetweenSS
);
The DlnSpiMasterSetDelayBetweenSS() function sets a 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 be configured.
- delayBetweenSS
- The delay value in nanoseconds. In case a user specifies an unsupported value, it will be approximated as the closest higher supported value.
- actualDelayBetweenSS
- Actual set delay value in nanoseconds.
This function is defined in the dln_spi_master.h file.
2006-2012