1.1.4.4.38 DRV_RF215_PHY_TYPE_CFG_OBJ Union

C

typedef union
{
    DRV_RF215_FSK_CFG_OBJ        fsk;
    DRV_RF215_OFDM_CFG_OBJ       ofdm;

} DRV_RF215_PHY_TYPE_CFG_OBJ;

Summary

Defines the data required to configure the RF215 FSK/OFDM PHY.

Description

This data type defines the data required to configure the parameters associated to the corresponding RF215 PHY (FSK or OFDM).

This is a static PHY configuration, meaning that a RF215 device will only receive messages if the configuration is the same as in the transmitter.

Field description:

Remarks

None.