Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c53 static struct sl_isr_args s1_LRFD_IRQ0_cb = {NULL, 0}; variable
132 s1_LRFD_IRQ0_cb.cb = hwiFxn; in HwiP_construct()
133 s1_LRFD_IRQ0_cb.arg = arg; in HwiP_construct()
134 obj->cb = &s1_LRFD_IRQ0_cb; in HwiP_construct()
135 irq_connect_dynamic(INT_LRFD_IRQ0 - 16, priority, sl_isr, &s1_LRFD_IRQ0_cb, 0); in HwiP_construct()