RAIL_RxChannelHoppingConfigMultiMode_t Struct Reference
Structure that parameterizes RAIL_RX_CHANNEL_HOPPING_MODE_MULTI_SENSE .
#include <
rail_types.h
>
Data Fields |
|
uint32_t | syncDetect |
Switch to the next channel if sync is not detected before this time, in microseconds, measured from entry to Rx.
|
|
uint32_t | preambleSense |
Switch to the next channel if timing was sensed but then lost after this time, in microseconds, measured from entry to Rx – unless preamble had been sensed in which case any switching is deferred to timingReSense and, if timing is regained, to syncDetect.
|
|
uint32_t | timingSense |
Switch to the next channel if timing is not sensed before this time, in microseconds, measured from entry to Rx.
|
|
uint32_t | timingReSense |
Switch to the next channel if timing was sensed but then lost and not regained before this time, in microseconds, measured from when timing was lost.
|
|
uint32_t | status |
Set this to 0.
|
Structure that parameterizes RAIL_RX_CHANNEL_HOPPING_MODE_MULTI_SENSE .
Every RAIL_RxChannelHoppingConfigEntry_t or RAIL_RxDutyCycleConfig_t that uses RAIL_RX_CHANNEL_HOPPING_MODE_MULTI_SENSE must allocate one of these structures in global read-write memory to provide the settings for this mode and for RAIL to use during hopping or duty cycling. A pointer to this structure, cast appropriately, is what is passed in the corresponding RAIL_RxChannelHoppingConfigEntry_t::parameter or RAIL_RxDutyCycleConfig_t::parameter .
The contents of this structure must be initialized prior to each RAIL_ConfigRxChannelHopping() or RAIL_ConfigRxDutyCycle() call and must not be touched thereafter until the next such call. RAIL may change these contents during configuration or operation.
This mode of operation functions algorithmically like this pseudocode:
Definition at line
3922
of file
rail_types.h
.
Field Documentation
◆ preambleSense
uint32_t RAIL_RxChannelHoppingConfigMultiMode_t::preambleSense |
Switch to the next channel if timing was sensed but then lost after this time, in microseconds, measured from entry to Rx – unless preamble had been sensed in which case any switching is deferred to timingReSense and, if timing is regained, to syncDetect.
This must be greater than timingSense and less than RAIL_RX_CHANNEL_HOPPING_MAX_SENSE_TIME_US .
Definition at line
3938
of file
rail_types.h
.
◆ status
uint32_t RAIL_RxChannelHoppingConfigMultiMode_t::status |
Set this to 0.
This field, along with the others, may be used internally by RAIL during configuration or operation.
Definition at line
3957
of file
rail_types.h
.
◆ syncDetect
uint32_t RAIL_RxChannelHoppingConfigMultiMode_t::syncDetect |
Switch to the next channel if sync is not detected before this time, in microseconds, measured from entry to Rx.
This must be greater than preambleSense and less than RAIL_RX_CHANNEL_HOPPING_MAX_SENSE_TIME_US .
Definition at line
3929
of file
rail_types.h
.
◆ timingReSense
uint32_t RAIL_RxChannelHoppingConfigMultiMode_t::timingReSense |
Switch to the next channel if timing was sensed but then lost and not regained before this time, in microseconds, measured from when timing was lost.
This must be less than RAIL_RX_CHANNEL_HOPPING_MAX_SENSE_TIME_US .
Definition at line
3952
of file
rail_types.h
.
◆ timingSense
uint32_t RAIL_RxChannelHoppingConfigMultiMode_t::timingSense |
Switch to the next channel if timing is not sensed before this time, in microseconds, measured from entry to Rx.
This must be greater than 2 and less than RAIL_RX_CHANNEL_HOPPING_MAX_SENSE_TIME_US .
Definition at line
3945
of file
rail_types.h
.
The documentation for this struct was generated from the following file:
-
common/
rail_types.h