EFR32
Macros |
|
#define | RAIL_MINIMUM_TRANSITION_US (100U) |
The minimum value for a consistent RAIL transition.
|
|
#define | RAIL_MAXIMUM_TRANSITION_US (1000000U) |
The maximum value for a consistent RAIL transition.
|
Typedefs |
|
typedef uint32_t | RAIL_TransitionTime_t |
(_SILICON_LABS_32B_SERIES_1_CONFIG == 1)
|
Macro Definition Documentation
◆ RAIL_MAXIMUM_TRANSITION_US
#define RAIL_MAXIMUM_TRANSITION_US (1000000U) |
The maximum value for a consistent RAIL transition.
(_SILICON_LABS_32B_SERIES_1_CONFIG == 1)
Definition at line
1030
of file
rail_chip_specific.h
.
◆ RAIL_MINIMUM_TRANSITION_US
#define RAIL_MINIMUM_TRANSITION_US (100U) |
The minimum value for a consistent RAIL transition.
- Note
- Transitions may need to be slower than this when using longer RAIL_TxPowerConfig_t::rampTime values
Definition at line
1021
of file
rail_chip_specific.h
.
Typedef Documentation
◆ RAIL_TransitionTime_t
(_SILICON_LABS_32B_SERIES_1_CONFIG == 1)
Suitable type for the supported transition time range.
Definition at line
1040
of file
rail_chip_specific.h
.