Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

phy_rf_channel_configuration_s Struct Reference

phy_rf_channel_configuration_s Struct Reference

Channel configuration. More...

#include <arm_hal_phy.h>

Data Fields

uint32_t channel_0_center_frequency
 Center frequency.
uint32_t channel_spacing
 Channel spacing.
uint32_t datarate
 Data rate.
uint16_t number_of_channels
 Number of channels.
phy_modulation_e modulation
 Modulation scheme.
phy_modulation_index_e modulation_index
 Modulation index.

Detailed Description

Channel configuration.

Definition at line 175 of file arm_hal_phy.h.


Field Documentation

Center frequency.

Definition at line 176 of file arm_hal_phy.h.

uint32_t channel_spacing

Channel spacing.

Definition at line 177 of file arm_hal_phy.h.

uint32_t datarate

Data rate.

Definition at line 178 of file arm_hal_phy.h.

Modulation scheme.

Definition at line 180 of file arm_hal_phy.h.

Modulation index.

Definition at line 181 of file arm_hal_phy.h.

Number of channels.

Definition at line 179 of file arm_hal_phy.h.