Searched refs:NRFX_CONCAT_3 (Results 1 – 25 of 27) sorted by relevance
12
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_peripherals_nrf52.h | 85 NRFX_CONCAT_3(NRFX_CONCAT_3(SWI, NRF_802154_EGU_INSTANCE_NO, _EGU), \
|
| D | nrf_802154_peripherals.h | 124 #define NRF_802154_RTC_IRQ_HANDLER NRFX_CONCAT_3(RTC, NRF_802154_RTC_INSTANCE_NO, _IRQHandler) 135 #define NRF_802154_RTC_IRQN NRFX_CONCAT_3(RTC, NRF_802154_RTC_INSTANCE_NO, _IRQn)
|
| D | nrf_802154_peripherals_nrf53.h | 83 NRFX_CONCAT_3(EGU, NRF_802154_EGU_INSTANCE_NO, _IRQHandler)
|
| D | nrf_802154_peripherals_nrf54h.h | 82 NRFX_CONCAT_3(EGU, NRF_802154_EGU_INSTANCE_NO, _IRQHandler)
|
| D | nrf_802154_peripherals_nrf54l.h | 82 NRFX_CONCAT_3(EGU, NRF_802154_EGU_INSTANCE_NO, _IRQHandler)
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_gpiote.h | 173 (NRFX_BIT_MASK(NRFX_CONCAT_3(GPIOTE, idx, _CH_NUM)) & \ 174 ~(NRFX_CONCAT_3(NRFX_GPIOTE, idx, _CHANNELS_USED))) 183 #define NRFX_GPIOTE_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_gpiote_, idx, _irq_handler)
|
| D | nrfx_egu.h | 171 #define NRFX_EGU_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_egu_, idx, _irq_handler)
|
| D | nrfx_spis.h | 280 #define NRFX_SPIS_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_spis_, idx, _irq_handler)
|
| D | nrfx_spi.h | 299 #define NRFX_SPI_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_spi_, idx, _irq_handler)
|
| D | nrfx_twis.h | 429 #define NRFX_TWIS_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_twis_, idx, _irq_handler)
|
| D | nrfx_wdt.h | 328 #define NRFX_WDT_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_wdt_, idx, _irq_handler)
|
| D | nrfx_pwm.h | 430 #define NRFX_PWM_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_pwm_, idx, _irq_handler)
|
| D | nrfx_uart.h | 418 #define NRFX_UART_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_uart_, idx, _irq_handler)
|
| D | nrfx_rtc.h | 374 #define NRFX_RTC_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_rtc_, idx, _irq_handler)
|
| D | nrfx_twi.h | 380 #define NRFX_TWI_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_twi_, idx, _irq_handler)
|
| D | nrfx_twim.h | 398 #define NRFX_TWIM_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_twim_, idx, _irq_handler)
|
| D | nrfx_pdm.h | 171 #define NRFX_PDM_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_pdm_, idx, _irq_handler)
|
| D | nrfx_spim.h | 453 #define NRFX_SPIM_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_spim_, idx, _irq_handler)
|
| D | nrfx_timer.h | 414 #define NRFX_TIMER_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_timer_, idx, _irq_handler)
|
| D | nrfx_uarte.h | 734 #define NRFX_UARTE_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_uarte_, idx, _irq_handler)
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_ids.h | 112 .drv_inst_idx = NRFX_CONCAT_3(NRFX_IDS, id, _INST_IDX), \
|
| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_common.h | 218 #define NRFX_CONCAT_3(p1, p2, p3) NRFX_CONCAT_3_(p1, p2, p3) macro
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_timer.h | 135 #define TIMER_MAX_SIZE(id) NRFX_CONCAT_3(TIMER, id, _MAX_SIZE) 305 #define NRF_TIMER_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(TIMER, id, _CC_NUM)
|
| D | nrf_rtc.h | 65 #define NRF_RTC_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(RTC, id, _CC_NUM)
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 236 .channels_number = NRFX_CONCAT_3(periph_name, idx, _CH_NUM), \ 238 .available_gpio_ports = NRFX_CONCAT_3(periph_name, idx, _AVAILABLE_GPIO_PORTS), \
|
12