Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/radio/sx126x/
Dradio.c129 uint16_t symbTimeout, bool fixLen,
641 uint16_t symbTimeout, bool fixLen, in RadioSetRxConfig() argument
650 symbTimeout = 0; in RadioSetRxConfig()
695 RxTimeout = ( uint32_t )symbTimeout * 8000UL / datarate; in RadioSetRxConfig()
744 SX126xSetLoRaSymbNumTimeout( symbTimeout ); in RadioSetRxConfig()
/loramac-node-3.6.0-3.5.0/src/radio/lr1110/
Dradio.c129 … uint32_t bandwidthAfc, uint16_t preambleLen, uint16_t symbTimeout, bool fixLen,
602 … uint32_t bandwidthAfc, uint16_t preambleLen, uint16_t symbTimeout, bool fixLen, in RadioSetRxConfig() argument
609 symbTimeout = 0; in RadioSetRxConfig()
657 RxTimeout = ( uint32_t )symbTimeout * 8000UL / datarate; in RadioSetRxConfig()
662 lr1110_radio_set_lora_sync_timeout( &LR1110, symbTimeout ); in RadioSetRxConfig()
/loramac-node-3.6.0-3.5.0/src/radio/
Dradio.h206 uint16_t symbTimeout, bool fixLen,
/loramac-node-3.6.0-3.5.0/src/radio/sx1272/
Dsx1272.h263 uint16_t symbTimeout, bool fixLen,
Dsx1272.c421 uint16_t symbTimeout, bool fixLen, in SX1272SetRxConfig() argument
443 SX1272.Settings.Fsk.RxSingleTimeout = ( uint32_t )symbTimeout * 8000UL / datarate; in SX1272SetRxConfig()
522 ( ( symbTimeout >> 8 ) & ~RFLR_MODEMCONFIG2_SYMBTIMEOUTMSB_MASK ) ); in SX1272SetRxConfig()
524 SX1272Write( REG_LR_SYMBTIMEOUTLSB, ( uint8_t )( symbTimeout & 0xFF ) ); in SX1272SetRxConfig()
/loramac-node-3.6.0-3.5.0/src/radio/sx1276/
Dsx1276.h265 uint16_t symbTimeout, bool fixLen,
Dsx1276.c472 uint16_t symbTimeout, bool fixLen, in SX1276SetRxConfig() argument
494 SX1276.Settings.Fsk.RxSingleTimeout = ( uint32_t )symbTimeout * 8000UL / datarate; in SX1276SetRxConfig()
577 ( ( symbTimeout >> 8 ) & ~RFLR_MODEMCONFIG2_SYMBTIMEOUTMSB_MASK ) ); in SX1276SetRxConfig()
584 SX1276Write( REG_LR_SYMBTIMEOUTLSB, ( uint8_t )( symbTimeout & 0xFF ) ); in SX1276SetRxConfig()