|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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. | |
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.
|
constexprdefaultnoexcept |
Compares two TCXO configurations for equality.
| 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.
| electro::millivolts idfxx::radio::sx126x::tcxo_config::voltage {1700} |
TCXO supply voltage (1600–3300 mV).
Definition at line 142 of file sx126x.hpp.