The DlnSpiMasterGetDelayBetweenFrames() function retrieves current setting for delay between data frames exchanged with a single slave device.
DlnSpiMasterGetDelayBetweenFrames()
DLN_RESULT DlnSpiMasterGetDelayBetweenFrames( HDLN handle, uint8_t port, uint32_t* delayBetweenFrames );
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 between data frames.
The port number is not valid. Use the DlnSpiMasterGetPortCount() function to find the maximum possible port number.
The DlnSpiMasterGetDelayBetweenFrames() function is defined in the dln_spi_master.h file.
dln_spi_master.h