All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Device descriptor for the driver. More...

Detailed Description

Device descriptor for the driver.

Definition at line 105 of file sx126x.h.

#include <sx126x.h>

Data Fields

netdev_t netdev
 Netdev parent struct.
 
sx126x_params_tparams
 Initialization parameters.
 
sx126x_pkt_params_lora_t pkt_params
 Lora packet parameters.
 
sx126x_mod_params_lora_t mod_params
 Lora modulation parameters.
 
uint32_t channel
 Current channel frequency (in Hz)
 
uint16_t rx_timeout
 Rx Timeout in terms of symbols.
 
bool radio_sleep
 Radio sleep status.
 

Field Documentation

◆ channel

uint32_t sx126x::channel

Current channel frequency (in Hz)

Definition at line 110 of file sx126x.h.

◆ mod_params

sx126x_mod_params_lora_t sx126x::mod_params

Lora modulation parameters.

Definition at line 109 of file sx126x.h.

◆ netdev

netdev_t sx126x::netdev

Netdev parent struct.

Definition at line 106 of file sx126x.h.

◆ params

sx126x_params_t* sx126x::params

Initialization parameters.

Definition at line 107 of file sx126x.h.

◆ pkt_params

sx126x_pkt_params_lora_t sx126x::pkt_params

Lora packet parameters.

Definition at line 108 of file sx126x.h.

◆ radio_sleep

bool sx126x::radio_sleep

Radio sleep status.

Definition at line 112 of file sx126x.h.

◆ rx_timeout

uint16_t sx126x::rx_timeout

Rx Timeout in terms of symbols.

Definition at line 111 of file sx126x.h.


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