EFR32#
Types specific to the EFR32 for the diagnostic routines.
Modules#
Typedefs#
Chip-specific type that represents the number of Frequency Offset units.
Macros#
The maximum frequency offset value supported by this radio.
The minimum frequency offset value supported by this radio.
Specify an invalid frequency offset value.
Typedef Documentation#
RAIL_FrequencyOffset_t#
RAIL_FrequencyOffset_t
Chip-specific type that represents the number of Frequency Offset units.
It is used with RAIL_GetRxFreqOffset() and RAIL_SetFreqOffset().
The units on this chip are radio synthesizer resolution steps (synthTicks). On EFR32 (at least for now), the frequency offset is limited to 15 bits (size of SYNTH_CALOFFSET). A value of RAIL_FREQUENCY_OFFSET_INVALID means that this value is invalid.
649
of file chip/efr32/efr32xg1x/rail_chip_specific.h
Macro Definition Documentation#
RAIL_FREQUENCY_OFFSET_MAX#
#define RAIL_FREQUENCY_OFFSET_MAXValue:
((RAIL_FrequencyOffset_t) 0x3FFF)
The maximum frequency offset value supported by this radio.
654
of file chip/efr32/efr32xg1x/rail_chip_specific.h
RAIL_FREQUENCY_OFFSET_MIN#
#define RAIL_FREQUENCY_OFFSET_MINValue:
((RAIL_FrequencyOffset_t) -RAIL_FREQUENCY_OFFSET_MAX)
The minimum frequency offset value supported by this radio.
659
of file chip/efr32/efr32xg1x/rail_chip_specific.h
RAIL_FREQUENCY_OFFSET_INVALID#
#define RAIL_FREQUENCY_OFFSET_INVALIDValue:
((RAIL_FrequencyOffset_t) 0x8000)
Specify an invalid frequency offset value.
This will be returned if you call RAIL_GetRxFreqOffset() at an invalid time.
665
of file chip/efr32/efr32xg1x/rail_chip_specific.h