Home
last modified time | relevance | path

Searched refs:RadioLoRaBandwidths_t (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dsx126x.h377 }RadioLoRaBandwidths_t; typedef
575 RadioLoRaBandwidths_t Bandwidth; //!< Bandwidth for the LoRa modulation
Dradio.c424 const RadioLoRaBandwidths_t Bandwidths[] = { LORA_BW_125, LORA_BW_250, LORA_BW_500 };
873 static uint32_t RadioGetLoRaBandwidthInHz( RadioLoRaBandwidths_t bw ) in RadioGetLoRaBandwidthInHz()