F439_CPP_TX-RX_LoRa_Project
Loading...
Searching...
No Matches
SX1262_LoRaConfig Struct Reference

LoRa modem configuration parameters. More...

#include <sx1262.h>

Data Fields

uint32_t rf_hz
 
int8_t tx_dbm
 
uint8_t sf
 
uint8_t bw
 
uint8_t cr
 
uint16_t preamble_len
 
bool crc_on
 
bool iq_invert
 

Detailed Description

LoRa modem configuration parameters.

Field Documentation

◆ bw

uint8_t SX1262_LoRaConfig::bw

◆ cr

uint8_t SX1262_LoRaConfig::cr

◆ crc_on

bool SX1262_LoRaConfig::crc_on

◆ iq_invert

bool SX1262_LoRaConfig::iq_invert

◆ preamble_len

uint16_t SX1262_LoRaConfig::preamble_len

◆ rf_hz

uint32_t SX1262_LoRaConfig::rf_hz

◆ sf

uint8_t SX1262_LoRaConfig::sf

◆ tx_dbm

int8_t SX1262_LoRaConfig::tx_dbm

The documentation for this struct was generated from the following file: