DlnSpiMasterSetDelayBetweenFrames() Function
DLN_RESULT DlnSpiMasterSetDelayBetweenFrames(
HDLN handle,
uint8_t port,
uint32_t delayBetweenFrames,
uint32_t* actualDelayBetweenFrames
);
The DlnSpiMasterSetDelayBetweenFrames() function sets a delay between data frames exchanged with a single slave device.
Parameters:
- handle
- A handle to the DLN-series adapter.
- port
- A number of the SPI master port to be configured.
- delayBetweenFrames
- The delay value in nanoseconds. In case a user specifies an unsupported value, it will be approximated as the closest higher supported value.
- actualDelayBetweenFrames
- Actual set delay value in nanoseconds.
This function is defined in the dln_spi_master.h file.
2006-2012