1.5.3.27 PAL_RF_HANDLERS Struct

C

typedef struct
{
    PAL_RF_DataIndication palRfDataIndication;
    PAL_RF_TxConfirm palRfTxConfirm;
} PAL_RF_HANDLERS;

Summary

Defines the handlers required to manage the RF PAL module.

Description

This data type defines the handlers required to manage the RF PAL module.

Remarks

None.