Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config.h982 #define NRFX_CONFIG_BIT_DT(node_id, prop, idx) BIT(DT_PROP_BY_IDX(node_id, prop, idx)) macro
985 (DT_FOREACH_PROP_ELEM_SEP(node_id, prop, NRFX_CONFIG_BIT_DT, (|))), \