EFR32
Types specific to the EFR32 for the diagnostic routines.
         Macros | 
       |
| #define | RAIL_FREQUENCY_OFFSET_INVALID ((int16_t)0xFFFF) | 
| 
         Specifies an invalid frequency offset value.
          | 
       |
         Typedefs | 
       |
| typedef int16_t | RAIL_FrequencyOffset_t | 
| 
         Chip-specific type that represents the number of Frequency Offset units.
          | 
       |
Detailed Description
Types specific to the EFR32 for the diagnostic routines.
Macro Definition Documentation
| #define RAIL_FREQUENCY_OFFSET_INVALID ((int16_t)0xFFFF) | 
Specifies an invalid frequency offset value.
This will be returned if you call RAIL_GetRxFreqOffset() at an invalid time.
        Definition at line
        
         394
        
        of file
        
         rail_chip_specific.h
        
        .
       
Typedef Documentation
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.
        Definition at line
        
         388
        
        of file
        
         rail_chip_specific.h
        
        .