Searched refs:bw (Results 1 – 4 of 4) sorted by relevance
135 static uint8_t GetFskBandwidthRegValue( uint32_t bw );144 static uint32_t SX1272GetLoRaBandwidthInHz( uint32_t bw );1270 static uint8_t GetFskBandwidthRegValue( uint32_t bw ) in GetFskBandwidthRegValue() argument1276 if( ( bw >= FskBandwidths[i].bandwidth ) && ( bw < FskBandwidths[i + 1].bandwidth ) ) in GetFskBandwidthRegValue()1285 static uint32_t SX1272GetLoRaBandwidthInHz( uint32_t bw ) in SX1272GetLoRaBandwidthInHz() argument1289 switch( bw ) in SX1272GetLoRaBandwidthInHz()
143 static uint8_t GetFskBandwidthRegValue( uint32_t bw );152 static uint32_t SX1276GetLoRaBandwidthInHz( uint32_t bw );1410 static uint8_t GetFskBandwidthRegValue( uint32_t bw ) in GetFskBandwidthRegValue() argument1416 if( ( bw >= FskBandwidths[i].bandwidth ) && ( bw < FskBandwidths[i + 1].bandwidth ) ) in GetFskBandwidthRegValue()1425 static uint32_t SX1276GetLoRaBandwidthInHz( uint32_t bw ) in SX1276GetLoRaBandwidthInHz() argument1429 switch( bw ) in SX1276GetLoRaBandwidthInHz()
873 static uint32_t RadioGetLoRaBandwidthInHz( RadioLoRaBandwidths_t bw ) in RadioGetLoRaBandwidthInHz() argument877 switch( bw ) in RadioGetLoRaBandwidthInHz()
812 static uint32_t RadioGetLoRaBandwidthInHz( lr1110_radio_lora_bw_t bw ) in RadioGetLoRaBandwidthInHz() argument816 switch( bw ) in RadioGetLoRaBandwidthInHz()