1.4.3.21 PAL_PLC_INIT Struct
C
typedef struct
{
    // PLC PAL Handlers
    PAL_PLC_HANDLERS                 macRtHandlers;
    // G3 Phy band
    MAC_RT_BAND                      macRtBand;
    // Flag to indicate if MIB data should be reinitialized with the default values
    bool                             initMIB;
} PAL_PLC_INIT;Summary
Defines the data required to initialize the PLC PAL module.
Description
This data type defines the data required to initialize the PLC PAL module.
Remarks
None.
