Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct_haltium_global.h89 NRFX_COND_CODE_1(NRFX_IS_EMPTY(inst_num), (), (NRFX_IPCT_CHANNELS_ENTRY(inst_num)))
113 NRFX_COND_CODE_1(NRFX_IS_EMPTY(inst_num), (), (NRFX_INTERCONNECT_IPCT_PROP_ENTRY(inst_num)))
Dnrfx_interconnect_ipct.c70 NRFX_COND_CODE_1(NRFX_IS_EMPTY(inst_num), (), \
/hal_nordic-3.6.0/nrfx/drivers/
Dnrfx_utils.h174 #define NRFX_IS_EMPTY(arg) _NRFX_IS_EMPTY(arg) macro