Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx126x/
Dsx126x.c369 uint8_t mant = ( ( ( symbNum > SX126X_MAX_LORA_SYMB_NUM_TIMEOUT ) ? in SX126xSetLoRaSymbNumTimeout() local
375 while( mant > 31 ) in SX126xSetLoRaSymbNumTimeout()
377 mant = ( mant + 3 ) >> 2; in SX126xSetLoRaSymbNumTimeout()
381 reg = mant << ( 2 * exp + 1 ); in SX126xSetLoRaSymbNumTimeout()
386 reg = exp + ( mant << 3 ); in SX126xSetLoRaSymbNumTimeout()