Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c54 static struct sl_isr_args s1_LRFD_IRQ1_cb = {NULL, 0}; variable
138 s1_LRFD_IRQ1_cb.cb = hwiFxn; in HwiP_construct()
139 s1_LRFD_IRQ1_cb.arg = arg; in HwiP_construct()
140 obj->cb = &s1_LRFD_IRQ1_cb; in HwiP_construct()
141 irq_connect_dynamic(INT_LRFD_IRQ1 - 16, priority, sl_isr, &s1_LRFD_IRQ1_cb, 0); in HwiP_construct()