Searched refs:Bandwidths (Results 1 – 3 of 3) sorted by relevance
424 const RadioLoRaBandwidths_t Bandwidths[] = { LORA_BW_125, LORA_BW_250, LORA_BW_500 }; variable702 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()
393 const lr1110_radio_lora_bw_t Bandwidths[] = { LR1110_RADIO_LORA_BW125, LR1110_RADIO_LORA_BW250, variable665 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()
858 - Added an invalid bandwidth to the Bandwidths table in order to avoid an error