Searched refs:NRFX_FOREACH_PRESENT (Results 1 – 9 of 9) sorted by relevance
/hal_nordic-3.6.0/nrfx/soc/interconnect/ipct/ |
D | nrfx_interconnect_ipct_haltium_global.h | 92 NRFX_FOREACH_PRESENT(IPCT, _NRFX_IPCT_CHANNELS_ENTRY, (), (), _) 117 NRFX_FOREACH_PRESENT(IPCT, _NRFX_INTERCONNECT_IPCT_GLOBAL_IPCT_PROP_ENTRY, (), ()) \
|
D | nrfx_interconnect_ipct.c | 76 NRFX_FOREACH_PRESENT(IPCT, _IPCT_STRUCT_ELEM, (), (), _) \
|
/hal_nordic-3.6.0/nrfx/hal/ |
D | nrf_dppi.h | 49 NRFX_FOREACH_PRESENT(DPPIC, NRF_INTERNAL_ELSE_IF_EXTRACT_1, (), (), chan_num, _CH_NUM, p_reg) \ 61 …NRFX_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)
|
D | nrf_gpio.h | 52 #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)
|
D | nrf_egu.h | 49 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/ |
D | nrfx_interconnect_apb_haltium_global.h | 94 NRFX_FOREACH_PRESENT(DPPIC, _NRFX_DPPI_CHANNELS_ENTRY, (), ())
|
D | nrfx_interconnect_apb.c | 75 NRFX_FOREACH_PRESENT(DPPIC, _APB_STRUCT_ELEM, (), (), _) \
|
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_gpiote.c | 60 #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/ |
D | nrfx_common.h | 269 #define NRFX_FOREACH_PRESENT(periph_name, macro, sep, off_code, ...) \ macro
|