Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx1272/
Dsx1272.c135 static uint8_t GetFskBandwidthRegValue( uint32_t bw );
358 SX1272Write( REG_RXBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree()
359 SX1272Write( REG_AFCBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree()
449 SX1272Write( REG_RXBW, GetFskBandwidthRegValue( bandwidth ) ); in SX1272SetRxConfig()
450 SX1272Write( REG_AFCBW, GetFskBandwidthRegValue( bandwidthAfc ) ); in SX1272SetRxConfig()
1270 static uint8_t GetFskBandwidthRegValue( uint32_t bw ) in GetFskBandwidthRegValue() function
/loramac-node-latest/src/radio/sx1276/
Dsx1276.c143 static uint8_t GetFskBandwidthRegValue( uint32_t bw );
369 SX1276Write( REG_RXBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1276IsChannelFree()
370 SX1276Write( REG_AFCBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1276IsChannelFree()
500 SX1276Write( REG_RXBW, GetFskBandwidthRegValue( bandwidth ) ); in SX1276SetRxConfig()
501 SX1276Write( REG_AFCBW, GetFskBandwidthRegValue( bandwidthAfc ) ); in SX1276SetRxConfig()
1410 static uint8_t GetFskBandwidthRegValue( uint32_t bw ) in GetFskBandwidthRegValue() function