1.1.4.4.44 DRV_RF215_TX_CFM_CALLBACK Typedef
C
typedef bool ( *DRV_RF215_PLIB_SPI_IS_BUSY ) (void);
Summary
Pointer to a PLIB function to check if SPI transmitter is busy.
Description
This data type defines the required function signature for the RF215 driver to check if SPI transmitter is busy.
Parameters
None.
Returns
SPI transmitter busy (true) or free (false).
Remarks
This data type is only available if the SPI dependency of RF215 driver is connected to SPI splitter.