Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c51 static struct sl_isr_args s1_IRQ04_cb = {NULL, 0}; variable
120 s1_IRQ04_cb.cb = hwiFxn; in HwiP_construct()
121 s1_IRQ04_cb.arg = arg; in HwiP_construct()
122 obj->cb = &s1_IRQ04_cb; in HwiP_construct()
123 irq_connect_dynamic(INT_CPUIRQ4 - 16, priority, sl_isr, &s1_IRQ04_cb, 0); in HwiP_construct()