Loading...
Searching...
No Matches

uwb-core uwb_rng module configurations taken from decawave-uwb-core/lib/uwb_rng/syscfg.yml More...

Detailed Description

uwb-core uwb_rng module configurations taken from decawave-uwb-core/lib/uwb_rng/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_uwb_rng.h.

Go to the source code of this file.

Macros

#define MYNEWT_VAL_UWB_RNG_ENABLED   ((IS_USED(MODULE_UWB_CORE_RNG)))
 uwb-core uwb_rng module is enabled
 
#define MYNEWT_VAL_RNG_RX_TIMEOUT   (((uint16_t)0x20))
 TOA timeout delay for TWR (usec)
 
#define MYNEWT_VAL_RNG_TX_HOLDOFF   (((uint32_t)0x0320 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO)))
 worstcase tx holdoff delay for all TWR modes (usec)
 
#define MYNEWT_VAL_RNG_VERBOSE   (0)
 Show debug output from postprocess.
 
#define MYNEWT_VAL_UWB_RNG_JSON_BUFSIZE   (256)
 JSON buffer size.
 

Macro Definition Documentation

◆ MYNEWT_VAL_RNG_RX_TIMEOUT

#define MYNEWT_VAL_RNG_RX_TIMEOUT   (((uint16_t)0x20))

TOA timeout delay for TWR (usec)

Definition at line 39 of file syscfg_uwb_rng.h.

◆ MYNEWT_VAL_RNG_TX_HOLDOFF

#define MYNEWT_VAL_RNG_TX_HOLDOFF   (((uint32_t)0x0320 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO)))

worstcase tx holdoff delay for all TWR modes (usec)

Definition at line 46 of file syscfg_uwb_rng.h.

◆ MYNEWT_VAL_RNG_VERBOSE

#define MYNEWT_VAL_RNG_VERBOSE   (0)

Show debug output from postprocess.

Definition at line 53 of file syscfg_uwb_rng.h.

◆ MYNEWT_VAL_UWB_RNG_ENABLED

#define MYNEWT_VAL_UWB_RNG_ENABLED   ((IS_USED(MODULE_UWB_CORE_RNG)))

uwb-core uwb_rng module is enabled

Definition at line 32 of file syscfg_uwb_rng.h.

◆ MYNEWT_VAL_UWB_RNG_JSON_BUFSIZE

#define MYNEWT_VAL_UWB_RNG_JSON_BUFSIZE   (256)

JSON buffer size.

Definition at line 60 of file syscfg_uwb_rng.h.