1.1.4.4.39 DRV_RF215_PHY_CFG_OBJ Struct
C
typedef struct { /* Channel center frequency F0 in Hz */ uint32_t chnF0Hz; /* Channel spacing in Hz */ uint32_t chnSpaHz; /* Minimum channel number */ uint16_t chnNumMin; /* Maximum channel number */ uint16_t chnNumMax; /* Minimum channel number (second range) (>0 for only one range) */ uint16_t chnNumMin2; /* Maximum channel number (second range) (0 for only one range) */ uint16_t chnNumMax2; /* Duration of Energy Detection for CCA (Clear Channel Assessment), in us */ uint16_t ccaEdDurationUS; /* Energy Detection threshold for CCA, in dBm */ int8_t ccaEdThresholdDBm; /* PHY type (FSK or OFDM) */ DRV_RF215_PHY_TYPE phyType; /* Configuration parameters for the specific PHY type (FSK or OFDM) */ DRV_RF215_PHY_TYPE_CFG_OBJ phyTypeCfg; } DRV_RF215_PHY_CFG_OBJ;
Summary
Defines the data required to configure the RF215 PHY.
Description
This data type defines the data required to configure the RF215 PHY.
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.
Remarks
None.