Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c49 static struct sl_isr_args sl_IRQ01_cb = {NULL, 0}; variable
108 sl_IRQ01_cb.cb = hwiFxn; in HwiP_construct()
109 sl_IRQ01_cb.arg = arg; in HwiP_construct()
110 obj->cb = &sl_IRQ01_cb; in HwiP_construct()
111 irq_connect_dynamic(INT_CPUIRQ1 - 16, priority, sl_isr, &sl_IRQ01_cb, 0); in HwiP_construct()