Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x.c331 uint8_t mant = symbNum >> 1; in SX126xSetLoRaSymbNumTimeout() local
335 while( mant > 31 ) in SX126xSetLoRaSymbNumTimeout()
337 mant >>= 2; in SX126xSetLoRaSymbNumTimeout()
341 reg = exp + ( mant << 3 ); in SX126xSetLoRaSymbNumTimeout()

Completed in 5 milliseconds