Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c50 static struct sl_isr_args sl_IRQ03_cb = {NULL, 0}; variable
114 sl_IRQ03_cb.cb = hwiFxn; in HwiP_construct()
115 sl_IRQ03_cb.arg = arg; in HwiP_construct()
116 obj->cb = &sl_IRQ03_cb; in HwiP_construct()
117 irq_connect_dynamic(INT_CPUIRQ3 - 16, priority, sl_isr, &sl_IRQ03_cb, 0); in HwiP_construct()