RAIL_RxDutyCycleConfig_t Struct Reference

Structure to configure duty cycled receive mode.

#include < rail_types.h >

Data Fields

RAIL_RxChannelHoppingMode_t mode
The mode by which RAIL determines when to exit RX.
uint32_t parameter
Depending on the 'mode' parameter that was specified, this member is used to parameterize that mode.
uint32_t delay
Idle time in microseconds to wait before re-entering RX.
RAIL_RxChannelHoppingDelayMode_t delayMode
Indicate how the timing specified in 'delay' should be applied.

Structure to configure duty cycled receive mode.

Definition at line 3175 of file rail_types.h .

Field Documentation

mode

RAIL_RxChannelHoppingMode_t RAIL_RxDutyCycleConfig_t::mode

The mode by which RAIL determines when to exit RX.

Definition at line 3177 of file rail_types.h .

parameter

uint32_t RAIL_RxDutyCycleConfig_t::parameter

Depending on the 'mode' parameter that was specified, this member is used to parameterize that mode.

See the comments on each value of RAIL_RxChannelHoppingMode_t to learn what to specify here.

Definition at line 3183 of file rail_types.h .


The documentation for this struct was generated from the following file:
  • common/ rail_types.h