Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/templates/
Dnrfx_config_common.h47 #ifndef NRFX_CONFIG_API_VER_MINOR
48 #define NRFX_CONFIG_API_VER_MINOR 8 macro
/hal_nordic-latest/nrfx/doc/config_dox/
Dnrfx_common_dox_config.h11 #define NRFX_CONFIG_API_VER_MINOR macro
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h49 #ifndef NRFX_CONFIG_API_VER_MINOR
50 #define NRFX_CONFIG_API_VER_MINOR 8 macro
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h151 ((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/
DCHANGELOG.md232 …he API version as a numerical value: NRFX_CONFIG_API_VER_MAJOR, NRFX_CONFIG_API_VER_MINOR, NRFX_CO…