Searched refs:NRFX_CONFIG_API_VER_MINOR (Results 1 – 5 of 5) sorted by relevance
47 #ifndef NRFX_CONFIG_API_VER_MINOR48 #define NRFX_CONFIG_API_VER_MINOR 8 macro
11 #define NRFX_CONFIG_API_VER_MINOR macro
49 #ifndef NRFX_CONFIG_API_VER_MINOR50 #define NRFX_CONFIG_API_VER_MINOR 8 macro
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) && \
232 …he API version as a numerical value: NRFX_CONFIG_API_VER_MAJOR, NRFX_CONFIG_API_VER_MINOR, NRFX_CO…