uwb-core uwb_rng module configurations taken from decawave-uwb-core/lib/uwb_rng/syscfg.yml More...
uwb-core uwb_rng module configurations taken from decawave-uwb-core/lib/uwb_rng/syscfg.yml
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. | |
#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.
#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.
#define MYNEWT_VAL_RNG_VERBOSE (0) |
Show debug output from postprocess.
Definition at line 53 of file syscfg_uwb_rng.h.
#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.
#define MYNEWT_VAL_UWB_RNG_JSON_BUFSIZE (256) |
JSON buffer size.
Definition at line 60 of file syscfg_uwb_rng.h.