Searched refs:GetFskBandwidthRegValue (Results 1 – 2 of 2) sorted by relevance
135 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
143 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