Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct_haltium_global.h92 NRFX_FOREACH_PRESENT(IPCT, _NRFX_IPCT_CHANNELS_ENTRY, (), (), _)
117 NRFX_FOREACH_PRESENT(IPCT, _NRFX_INTERCONNECT_IPCT_GLOBAL_IPCT_PROP_ENTRY, (), ()) \
Dnrfx_interconnect_ipct.c76 NRFX_FOREACH_PRESENT(IPCT, _IPCT_STRUCT_ELEM, (), (), _) \
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_dppi.h49 NRFX_FOREACH_PRESENT(DPPIC, NRF_INTERNAL_ELSE_IF_EXTRACT_1, (), (), chan_num, _CH_NUM, p_reg) \
61NRFX_FOREACH_PRESENT(DPPIC, NRF_INTERNAL_ELSE_IF_EXTRACT_1, (), (), group_num, _GROUP_NUM, p_reg) \
69 NRFX_MAX_N(NRFX_FOREACH_PRESENT(DPPIC, NRFX_INTERNAL_CHAN_NUM, (), (), _) 0)
73 NRFX_MAX_N(NRFX_FOREACH_PRESENT(DPPIC, NRFX_INTERNAL_GROUP_NUM, (), (), _) 0)
Dnrf_gpio.h52 #define GPIO_PORT_NUM_LIST {NRFX_FOREACH_PRESENT(P, GPIO_PORT_NUM, (), (), _)}
53 #define GPIO_REG_LIST {NRFX_FOREACH_PRESENT(P, GPIO_REG, (), (), _)}
54 #define NUMBER_OF_PINS (NRFX_FOREACH_PRESENT(P, GPIO_NUM_OF_PINS, (+), (0), _))
84 NRFX_FOREACH_PRESENT(P, NRF_INTERNAL_GPIO_PORT_EXTRACT_1, (), (), port)
102 NRFX_FOREACH_PRESENT(P, NRF_INTERNAL_GPIO_PORT_MASK_SET_1, (), (), mask)
Dnrf_egu.h49 NRFX_FOREACH_PRESENT(EGU, NRF_INTERNAL_ELSE_IF_EXTRACT_1, (), (), chan_num, _CH_NUM, p_reg) \
/hal_nordic-3.6.0/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb_haltium_global.h94 NRFX_FOREACH_PRESENT(DPPIC, _NRFX_DPPI_CHANNELS_ENTRY, (), ())
Dnrfx_interconnect_apb.c75 NRFX_FOREACH_PRESENT(DPPIC, _APB_STRUCT_ELEM, (), (), _) \
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_gpiote.c60 #define MAX_PIN_NUMBER NRFX_FOREACH_PRESENT(P, GPIO_PIN_NUM, (+), (0), _)
65 #if NRFX_FOREACH_PRESENT(P, GPIO_WITH_GAP, (+), (0), _)
75 #define FULL_PORTS_PRESENT (NRFX_FOREACH_PRESENT(P, GPIO_IS_FULL_PORT, (&&), (1), _))
170 NRFX_FOREACH_PRESENT(P, GPIOTE_PORT_INDEX, (), (), _)
857 NRFX_FOREACH_PRESENT(P, _PORT_LEN, (), (), _) in gpiote_uninit()
/hal_nordic-3.6.0/nrfx/drivers/
Dnrfx_common.h269 #define NRFX_FOREACH_PRESENT(periph_name, macro, sep, off_code, ...) \ macro