Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c112 NRFX_UARTE_INST_HANDLER_GET(UARTE_INST_IDX), 0, 0); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c167 NRFX_UARTE_INST_HANDLER_GET(UARTE_INST_IDX), 0, 0); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h734 #define NRFX_UARTE_INST_HANDLER_GET(idx) NRFX_CONCAT_3(nrfx_uarte_, idx, _irq_handler) macro