Embed: (wiki syntax)

« Back to documentation index

continuous_wave_mode_params_s Struct Reference

continuous_wave_mode_params_s Struct Reference

#include <lora_phy_ds.h>

Data Fields

uint8_t channel
int8_t datarate
int8_t tx_power
float max_eirp
float antenna_gain
uint16_t timeout

Detailed Description

The parameter structure for the function RegionContinuousWave.

Definition at line 834 of file lora_phy_ds.h.


Field Documentation

float antenna_gain

The antenna gain, if applicable.

Definition at line 855 of file lora_phy_ds.h.

uint8_t channel

The current channel index.

Definition at line 839 of file lora_phy_ds.h.

int8_t datarate

The datarate. Used to limit the TX power.

Definition at line 843 of file lora_phy_ds.h.

float max_eirp

The max EIRP, if applicable.

Definition at line 851 of file lora_phy_ds.h.

uint16_t timeout

Specifies the time the radio will stay in CW mode.

Definition at line 859 of file lora_phy_ds.h.

int8_t tx_power

The TX power to set up.

Definition at line 847 of file lora_phy_ds.h.