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

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 85 of file sx126x.h.

#include <sx126x.h>

Data Fields

spi_t spi
 SPI device.
 
gpio_t nss_pin
 SPI NSS pin.
 
gpio_t reset_pin
 Reset pin.
 
gpio_t busy_pin
 Busy pin.
 
gpio_t dio1_pin
 Dio1 pin.
 
sx126x_reg_mod_t regulator
 Power regulator mode.
 
sx126x_type_t type
 Variant of sx126x.
 

Field Documentation

◆ busy_pin

gpio_t sx126x_params_t::busy_pin

Busy pin.

Definition at line 89 of file sx126x.h.

◆ dio1_pin

gpio_t sx126x_params_t::dio1_pin

Dio1 pin.

Definition at line 90 of file sx126x.h.

◆ nss_pin

gpio_t sx126x_params_t::nss_pin

SPI NSS pin.

Definition at line 87 of file sx126x.h.

◆ regulator

sx126x_reg_mod_t sx126x_params_t::regulator

Power regulator mode.

Definition at line 91 of file sx126x.h.

◆ reset_pin

gpio_t sx126x_params_t::reset_pin

Reset pin.

Definition at line 88 of file sx126x.h.

◆ spi

spi_t sx126x_params_t::spi

SPI device.

Definition at line 86 of file sx126x.h.

◆ type

sx126x_type_t sx126x_params_t::type

Variant of sx126x.

Definition at line 92 of file sx126x.h.


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