uwb-core system configurations More...

Detailed Description

uwb-core system configurations

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.h.

#include "kernel_defines.h"
#include "syscfg_uwb.h"
#include "syscfg_twr_ds.h"
#include "syscfg_twr_ds_ext.h"
#include "syscfg_twr_ss.h"
#include "syscfg_twr_ss_ack.h"
#include "syscfg_twr_ss_ext.h"
#include "syscfg_uwb_rng.h"
#include "syscfg_uwbcfg.h"
#include "syscfg_uwb_dw1000.h"
+ Include dependency graph for syscfg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

MyNewt header inclusion macro definitions

This macro exists to ensure code includes this header when needed.

If code checks the existence of a setting directly via ifdef without including this header, the setting macro will silently evaluate to 0. In contrast, an attempt to use these macros without including this header will result in a compiler error.

#define MYNEWT_VAL(_name)   MYNEWT_VAL_ ## _name
 
#define MYNEWT_VAL_CHOICE(_name, _val)   MYNEWT_VAL_ ## _name ## __ ## _val