uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss/syscfg.yml More...
uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss/syscfg.yml
Definition in file syscfg_twr_ss.h.
Go to the source code of this file.
| Macros | |
| #define | MYNEWT_VAL_TWR_SS_ENABLED (IS_USED(MODULE_UWB_CORE_TWR_SS)) | 
| Enable ranging services. | |
| #define | MYNEWT_VAL_TWR_SS_RX_TIMEOUT (((uint16_t)0x30)) | 
| TOA timeout delay for SS TWR (usec) | |
| #define | MYNEWT_VAL_TWR_SS_TX_HOLDOFF (((uint32_t)0x0300 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO))) | 
| tx holdoff delay for SS TWR (usec) | |
| #define MYNEWT_VAL_TWR_SS_ENABLED (IS_USED(MODULE_UWB_CORE_TWR_SS)) | 
Enable ranging services.
Definition at line 31 of file syscfg_twr_ss.h.
| #define MYNEWT_VAL_TWR_SS_RX_TIMEOUT (((uint16_t)0x30)) | 
TOA timeout delay for SS TWR (usec)
Definition at line 38 of file syscfg_twr_ss.h.
| #define MYNEWT_VAL_TWR_SS_TX_HOLDOFF (((uint32_t)0x0300 + 0xA0 * IS_USED(MODULE_UWB_CORE_RNG_TRX_INFO))) | 
tx holdoff delay for SS TWR (usec)
Definition at line 45 of file syscfg_twr_ss.h.