Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c52 static struct sl_isr_args sl_IRQ16_cb = {NULL, 0}; variable
126 sl_IRQ16_cb.cb = hwiFxn; in HwiP_construct()
127 sl_IRQ16_cb.arg = arg; in HwiP_construct()
128 obj->cb = &sl_IRQ16_cb; in HwiP_construct()
129 irq_connect_dynamic(INT_CPUIRQ16 - 16, priority, sl_isr, &sl_IRQ16_cb, 0); in HwiP_construct()