1.5.3.24 PAL_RF_PIB_OBJ Struct

C

#define PAL_RF_MAX_PIB_SIZE     (32U)

typedef struct
{
    /* Data buffer where data is read/stored */
    uint8_t pData[PAL_RF_MAX_PIB_SIZE];

    /* RF Driver PIB Attribute to request */
    PAL_RF_PIB_ATTRIBUTE pib;

} PAL_RF_PIB_OBJ;

Summary

Defines the data used when requesting a RF PAL PIB attribute get/set.

Remarks

PAL_RF_MAX_PIB_SIZE is the size in bytes of the largest PIB attribute.