Home
last modified time | relevance | path

Searched refs:Bandwidths (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dradio.c424 const RadioLoRaBandwidths_t Bandwidths[] = { LORA_BW_125, LORA_BW_250, LORA_BW_500 }; variable
702 SX126x.ModulationParams.Params.LoRa.Bandwidth = Bandwidths[bandwidth]; in RadioSetRxConfig()
809 SX126x.ModulationParams.Params.LoRa.Bandwidth = Bandwidths[bandwidth]; in RadioSetTxConfig()
1019 denominator = RadioGetLoRaBandwidthInHz( Bandwidths[bandwidth] ); in RadioTimeOnAir()
/loramac-node-latest/src/radio/lr1110/
Dradio.c393 const lr1110_radio_lora_bw_t Bandwidths[] = { LR1110_RADIO_LORA_BW125, LR1110_RADIO_LORA_BW250, variable
665 LR1110.modulation_params.modulation.lora.bandwidth = Bandwidths[bandwidth]; in RadioSetRxConfig()
759 LR1110.modulation_params.modulation.lora.bandwidth = Bandwidths[bandwidth]; in RadioSetTxConfig()
954 denominator = RadioGetLoRaBandwidthInHz( Bandwidths[bandwidth] ); in RadioTimeOnAir()
/loramac-node-latest/
DCHANGELOG.md858 - Added an invalid bandwidth to the Bandwidths table in order to avoid an error