|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Chip-agnostic LoRa modulation and packet types. More...
#include <chrono>#include <cstdint>#include <electro/decibel>#include <frequency/frequency>Go to the source code of this file.
Classes | |
| struct | idfxx::radio::lora_modulation |
| LoRa modulation parameters. More... | |
| struct | idfxx::radio::lora_packet_params |
| LoRa packet framing parameters. More... | |
| struct | idfxx::radio::lora_link |
| Complete LoRa link configuration. More... | |
| struct | idfxx::radio::rx_duty_cycle |
| Listen/sleep windows for duty-cycled receive. More... | |
| struct | idfxx::radio::rx_info |
| Information about a received packet. More... | |
| struct | idfxx::radio::cad_info |
| Result of a channel-activity-detection operation. More... | |
| struct | idfxx::radio::packet_status |
| Detailed status for the most recent packet. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::radio |
| LoRa radio types and driver classes. | |
Chip-agnostic LoRa modulation and packet types.
Definition in file types.hpp.