1.3.2.3.65 MAC_WRP_TONE_MASK Struct

C

typedef struct
{
    uint8_t toneMask[(MAC_WRP_MAX_TONES + 7) / 8];
} MAC_WRP_TONE_MASK;

Summary

Defines the G3 Tone Mask at Mac Wrapper level.

Description

Tone Mask is a bitmap in which each bit represents one of the carriers present in the PLC work band (36 carriers in CEN-A, 16 carriers in CEN-B, 72 carriers in FCC). '1' indicates the carrier is used, '0' indicates the carrier is not used.

Field description:

  • toneMask. Array of bytes containing the bitmap explained above.

Remarks

It is only used when PLC MAC layer is present.