idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::radio::sx126x::tcxo_config Struct Reference

TCXO configuration applied through DIO3. More...

Public Member Functions

constexpr bool operator== (const tcxo_config &) const noexcept=default
 Compares two TCXO configurations for equality.
 

Public Attributes

electro::millivolts voltage {1700}
 TCXO supply voltage (1600–3300 mV).
 
std::chrono::microseconds startup {5'000}
 TCXO startup time before the chip uses it.
 

Detailed Description

TCXO configuration applied through DIO3.

Set config::tcxo only if your board's reference is a TCXO driven from the SX126x DIO3 pin. Otherwise leave it unset — the chip will use the crystal oscillator.

Definition at line 141 of file sx126x.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::radio::sx126x::tcxo_config::operator== ( const tcxo_config ) const
constexprdefaultnoexcept

Compares two TCXO configurations for equality.

Member Data Documentation

◆ startup

std::chrono::microseconds idfxx::radio::sx126x::tcxo_config::startup {5'000}

TCXO startup time before the chip uses it.

Definition at line 143 of file sx126x.hpp.

◆ voltage

electro::millivolts idfxx::radio::sx126x::tcxo_config::voltage {1700}

TCXO supply voltage (1600–3300 mV).

Definition at line 142 of file sx126x.hpp.


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