Searched refs:mant (Results 1 – 1 of 1) sorted by relevance
331 uint8_t mant = symbNum >> 1; in SX126xSetLoRaSymbNumTimeout() local335 while( mant > 31 ) in SX126xSetLoRaSymbNumTimeout()337 mant >>= 2; in SX126xSetLoRaSymbNumTimeout()341 reg = exp + ( mant << 3 ); in SX126xSetLoRaSymbNumTimeout()
Completed in 5 milliseconds