Home
last modified time | relevance | path

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

/Zephyr-4.1.0/modules/hal_nordic/nrfx/
Dnrfx_zephyr_utils.h27 #define NRFX_CONFIG_BIT_DT(node_id, prop, idx) BIT(DT_PROP_BY_IDX(node_id, prop, idx)) macro
30 (DT_FOREACH_PROP_ELEM_SEP(node_id, prop, NRFX_CONFIG_BIT_DT, (|))), \