1.4.3.14 PAL_CALLBACKS Enum

C

typedef struct {
    PAL_DATA_CONFIRM_CB dataConfirm;
    PAL_DATA_INDICATION_CB dataIndication;
    PAL_SWITCH_RF_CH_CB switchRfChannel;
} PAL_CALLBACKS;

Summary

Defines the handlers required to manage the PRIME PAL module.

Description

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

Remarks

None.