Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/lairdconnectivity/common/bl5340/
Dtfm_peripherals_def.h78 #define TFM_QDEC1_IRQ (QDEC1_IRQn) macro
/trusted-firmware-m-3.4.0/platform/ext/target/nordic_nrf/common/nrf5340/
Dtfm_peripherals_def.h77 #define TFM_QDEC1_IRQ (NRFX_IRQ_NUMBER_GET(NRF_QDEC1)) macro
Dtfm_interrupts.c646 return irq_init(&qdec1_irq, TFM_QDEC1_IRQ, p_pt, p_ildi); in tfm_qdec1_irq_init()