Loading...
Searching...
No Matches

uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss_ext/syscfg.yml More...

Detailed Description

uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss_ext/syscfg.yml

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file syscfg_twr_ss_ext.h.

Go to the source code of this file.

Macros

#define MYNEWT_VAL_TWR_SS_EXT_ENABLED   (IS_USED(MODULE_UWB_CORE_TWR_SS_EXT))
 Enable Single Sided extended ranging services.
 
#define MYNEWT_VAL_TWR_SS_EXT_RX_TIMEOUT   (((uint16_t)0x40))
 TOA timeout delay for SS EXT TWR (usec)
 
#define MYNEWT_VAL_TWR_SS_EXT_TX_HOLDOFF   (((uint32_t)0x0400 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO)))
 tx holdoff delay for SS EXT TWR (usec)
 

Macro Definition Documentation

◆ MYNEWT_VAL_TWR_SS_EXT_ENABLED

#define MYNEWT_VAL_TWR_SS_EXT_ENABLED   (IS_USED(MODULE_UWB_CORE_TWR_SS_EXT))

Enable Single Sided extended ranging services.

Definition at line 32 of file syscfg_twr_ss_ext.h.

◆ MYNEWT_VAL_TWR_SS_EXT_RX_TIMEOUT

#define MYNEWT_VAL_TWR_SS_EXT_RX_TIMEOUT   (((uint16_t)0x40))

TOA timeout delay for SS EXT TWR (usec)

Definition at line 39 of file syscfg_twr_ss_ext.h.

◆ MYNEWT_VAL_TWR_SS_EXT_TX_HOLDOFF

#define MYNEWT_VAL_TWR_SS_EXT_TX_HOLDOFF   (((uint32_t)0x0400 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO)))

tx holdoff delay for SS EXT TWR (usec)

Definition at line 46 of file syscfg_twr_ss_ext.h.