1.2.9.9 WDRV_PIC32MZW_RF_MAC_CONFIG Struct
typedef struct _WDRV_PIC32MZW_RF_MAC_CONFIG
{
/* Flag indicating if Power ON calibration is valid */
bool powerOnCalIsValid;
/* Flag indicating if Factory calibration is valid */
bool factoryCalIsValid;
/* Flag indicating if Gain table is valid */
bool gainTableIsValid;
/* Flag indicating if MAC address is valid */
bool macAddressIsValid;
} WDRV_PIC32MZW_RF_MAC_CONFIG;
C
Summary
RF and MAC configurations for the PIC32MZW.
Description
Structure updates the various RF and MAC configurations is valid or not.
Remarks
None.