uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss_ext/syscfg.yml More...
uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss_ext/syscfg.yml
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) | |
#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.
#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.
#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.