Loading...
Searching...
No Matches
sx1280_params_t Struct Reference

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 59 of file sx1280.h.

#include <sx1280.h>

Data Fields

spi_t spi
 SPI device.
 
spi_mode_t spi_mode
 SPI mode.
 
spi_clk_t spi_clk
 SPI clk.
 
gpio_t nss_pin
 SPI NSS pin.
 
gpio_t reset_pin
 Reset pin.
 
gpio_t busy_pin
 Busy pin.
 
gpio_t dio0_pin
 Dio0 pin.
 
gpio_t dio1_pin
 Dio1 pin.
 
sx1280_reg_mod_t regulator
 Power regulator mode.
 

Field Documentation

◆ busy_pin

gpio_t sx1280_params_t::busy_pin

Busy pin.

Definition at line 65 of file sx1280.h.

◆ dio0_pin

gpio_t sx1280_params_t::dio0_pin

Dio0 pin.

Definition at line 66 of file sx1280.h.

◆ dio1_pin

gpio_t sx1280_params_t::dio1_pin

Dio1 pin.

Definition at line 67 of file sx1280.h.

◆ nss_pin

gpio_t sx1280_params_t::nss_pin

SPI NSS pin.

Definition at line 63 of file sx1280.h.

◆ regulator

sx1280_reg_mod_t sx1280_params_t::regulator

Power regulator mode.

Definition at line 68 of file sx1280.h.

◆ reset_pin

gpio_t sx1280_params_t::reset_pin

Reset pin.

Definition at line 64 of file sx1280.h.

◆ spi

spi_t sx1280_params_t::spi

SPI device.

Definition at line 60 of file sx1280.h.

◆ spi_clk

spi_clk_t sx1280_params_t::spi_clk

SPI clk.

Definition at line 62 of file sx1280.h.

◆ spi_mode

spi_mode_t sx1280_params_t::spi_mode

SPI mode.

Definition at line 61 of file sx1280.h.


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