1.5.3.20 PAL_RF_FSK_FEC Enum

C

typedef enum
{
    /* FSK: FEC enabled */
    PAL_RF_FSK_FEC_OFF  = 0,

    /* FSK: FEC disabled */
    PAL_RF_FSK_FEC_ON   = 1,

} PAL_RF_FSK_FEC;

Summary

Defines the available FSK FEC modes.

Description

This data type defines the list of available FSK Forward Error Correction (FEC) modes. FEC mode for transmission can be configured through PIB PAL_RF_PIB_TX_FSK_FEC.

Remarks

This data type is only available for RF215 PAL.