Home
last modified time | relevance | path

Searched refs:bw (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/radio/sx1272/
Dsx1272.c135 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() argument
1276 if( ( bw >= FskBandwidths[i].bandwidth ) && ( bw < FskBandwidths[i + 1].bandwidth ) ) in GetFskBandwidthRegValue()
1285 static uint32_t SX1272GetLoRaBandwidthInHz( uint32_t bw ) in SX1272GetLoRaBandwidthInHz() argument
1289 switch( bw ) in SX1272GetLoRaBandwidthInHz()
/loramac-node-latest/src/radio/sx1276/
Dsx1276.c143 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() argument
1416 if( ( bw >= FskBandwidths[i].bandwidth ) && ( bw < FskBandwidths[i + 1].bandwidth ) ) in GetFskBandwidthRegValue()
1425 static uint32_t SX1276GetLoRaBandwidthInHz( uint32_t bw ) in SX1276GetLoRaBandwidthInHz() argument
1429 switch( bw ) in SX1276GetLoRaBandwidthInHz()
/loramac-node-latest/src/radio/sx126x/
Dradio.c873 static uint32_t RadioGetLoRaBandwidthInHz( RadioLoRaBandwidths_t bw ) in RadioGetLoRaBandwidthInHz() argument
877 switch( bw ) in RadioGetLoRaBandwidthInHz()
/loramac-node-latest/src/radio/lr1110/
Dradio.c812 static uint32_t RadioGetLoRaBandwidthInHz( lr1110_radio_lora_bw_t bw ) in RadioGetLoRaBandwidthInHz() argument
816 switch( bw ) in RadioGetLoRaBandwidthInHz()