10.2.5.76 ATPL360_REG_MAX_PSDU_LEN_PARAMS (0x4042)

Parameters used for the computation of the maximum PDU length (see ATPL360_REG_MAX_PSDU_LEN (0x4043)).

The format is defined by the structure shown below (fields and related constants are explained in PHY-DATA.request):
typedef struct max_psdu_len_params {
        enum mod_types uc_mod_type;
        enum mod_schemes uc_mod_scheme;
        uint8_t uc_2_rs_blocks;
        uint8_t puc_tone_map[TONE_MAP_SIZE_MAX];
} max_psdu_len_params_t;

Access: Read-write.

Value Range: 6 bytes.

Default value: BPSK Robust modulation type (0x04), differential modulation scheme (0x00), 1 Reed Solomon block (0x00) and full tone map (0x3F0000, in CENELEC-A; 0x0F0000, in CENELEC-B; 0xFFFFFF, in FCC; 0xFFFF03, in ARIB) .