Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx126x/
Dsx126x.c372 uint8_t exp = 0; in SX126xSetLoRaSymbNumTimeout() local
378 exp++; in SX126xSetLoRaSymbNumTimeout()
381 reg = mant << ( 2 * exp + 1 ); in SX126xSetLoRaSymbNumTimeout()
386 reg = exp + ( mant << 3 ); in SX126xSetLoRaSymbNumTimeout()