1.1.4.4.28 DRV_RF215_OFDM_ITLV_MODE Enum

C

typedef enum
{
    /* Interleaving depth: one symbol */
    OFDM_INTERLEAVING_0 = 0,

    /* Interleaving depth: frequency domain spreading factor symbols */
    OFDM_INTERLEAVING_1 = 1,

} DRV_RF215_OFDM_ITLV_MODE;

Summary

Defines the available OFDM interleaving modes.

Description

This data type defines the list of available interleaving modes for the RF215 OFDM PHY. This is equivalent to phyOFDMInterleaving in 802.15.4 specification.

Remarks

None.