Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x.c325 void SX126xSetLoRaSymbNumTimeout( uint8_t symbNum ) in SX126xSetLoRaSymbNumTimeout() argument
327 SX126xWriteCommand( RADIO_SET_LORASYMBTIMEOUT, &symbNum, 1 ); in SX126xSetLoRaSymbNumTimeout()
329 if( symbNum >= 64 ) in SX126xSetLoRaSymbNumTimeout()
331 uint8_t mant = symbNum >> 1; in SX126xSetLoRaSymbNumTimeout()

Completed in 4 milliseconds