DlnSpiMasterGetDelayBetweenFrames() Function

 DLN_RESULT DlnSpiMasterGetDelayBetweenFrames(
    HDLN handle,
    uint8_t port,
    uint32_t* delayBetweenFrames
 );

The DlnSpiMasterGetDelayBetweenFrames() function retrieves current setting for 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 retrieve the information from.
delayBetweenFrames
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.