Home
last modified time | relevance | path

Searched refs:NRFX_CONFIG_API_VER_MAJOR (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/templates/
Dnrfx_config_common.h42 #ifndef NRFX_CONFIG_API_VER_MAJOR
43 #define NRFX_CONFIG_API_VER_MAJOR 3 macro
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h150 (((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) && \
/hal_nordic-latest/nrfx/doc/config_dox/
Dnrfx_common_dox_config.h8 #define NRFX_CONFIG_API_VER_MAJOR macro
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h45 #ifndef NRFX_CONFIG_API_VER_MAJOR
46 #define NRFX_CONFIG_API_VER_MAJOR 3 macro
/hal_nordic-latest/nrfx/
DCHANGELOG.md232 … shall be defined to form the API version as a numerical value: NRFX_CONFIG_API_VER_MAJOR, NRFX_CO…