RAIL_ChannelConfig_t Struct Reference
Channel configuration structure, which defines the channel meaning when a channel number is passed into a RAIL function, e.g., RAIL_StartTx() and RAIL_StartRx() .
#include <
rail_types.h
>
Data Fields |
|
const uint32_t * | phyConfigBase |
Base radio config for the corresponding channel config entries.
|
|
const uint32_t * | phyConfigDeltaSubtract |
Minimum radio config to restore channel entries back to base config.
|
|
const RAIL_ChannelConfigEntry_t * | configs |
Pointer to an array of
RAIL_ChannelConfigEntry_t
entries.
|
|
uint32_t | length |
Number of
RAIL_ChannelConfigEntry_t
entries.
|
Channel configuration structure, which defines the channel meaning when a channel number is passed into a RAIL function, e.g., RAIL_StartTx() and RAIL_StartRx() .
A RAIL_ChannelConfig_t structure defines the channel scheme that an application uses when registered in RAIL_ConfigChannels() .
A few examples of different channel configurations:
Definition at line
1076
of file
rail_types.h
.
Field Documentation
◆ configs
const RAIL_ChannelConfigEntry_t * RAIL_ChannelConfig_t::configs |
Pointer to an array of RAIL_ChannelConfigEntry_t entries.
Definition at line
1082
of file
rail_types.h
.
◆ length
uint32_t RAIL_ChannelConfig_t::length |
Number of RAIL_ChannelConfigEntry_t entries.
Definition at line
1085
of file
rail_types.h
.
◆ phyConfigBase
const uint32_t* RAIL_ChannelConfig_t::phyConfigBase |
Base radio config for the corresponding channel config entries.
Definition at line
1077
of file
rail_types.h
.
◆ phyConfigDeltaSubtract
const uint32_t* RAIL_ChannelConfig_t::phyConfigDeltaSubtract |
Minimum radio config to restore channel entries back to base config.
Definition at line
1079
of file
rail_types.h
.
The documentation for this struct was generated from the following file:
-
common/
rail_types.h