Searched refs:NRFX_CONFIG_API_VER_MAJOR (Results 1 – 5 of 5) sorted by relevance
42 #ifndef NRFX_CONFIG_API_VER_MAJOR43 #define NRFX_CONFIG_API_VER_MAJOR 3 macro
150 (((NRFX_CONFIG_API_VER_MAJOR > (major))) || \151 ((NRFX_CONFIG_API_VER_MAJOR == major) && (NRFX_CONFIG_API_VER_MINOR > (minor))) || \152 ((NRFX_CONFIG_API_VER_MAJOR == major) && (NRFX_CONFIG_API_VER_MINOR == minor) && \
8 #define NRFX_CONFIG_API_VER_MAJOR macro
45 #ifndef NRFX_CONFIG_API_VER_MAJOR46 #define NRFX_CONFIG_API_VER_MAJOR 3 macro
232 … shall be defined to form the API version as a numerical value: NRFX_CONFIG_API_VER_MAJOR, NRFX_CO…