Searched refs:sl_isr_args (Results 1 – 2 of 2) sorted by relevance
| /hal_ti-latest/simplelink/kernel/zephyr/dpl/ |
| D | HwiP_zephyr.c | 27 struct sl_isr_args struct 35 HwiP_Fxn cb = ((struct sl_isr_args *)isr_arg)->cb; in sl_isr() argument 36 uintptr_t arg = ((struct sl_isr_args *)isr_arg)->arg; in sl_isr() 45 static struct sl_isr_args sl_UDMA_cb = {NULL, 0}; 46 static struct sl_isr_args sl_UDMAERR_cb = {NULL, 0}; 47 static struct sl_isr_args sl_NWPIC_cb = {NULL, 0}; 48 static struct sl_isr_args sl_LSPI_cb = {NULL, 0}; 137 struct sl_isr_args * cb; 140 static struct sl_isr_args sl_OSC_COMB_cb = {NULL, 0}; 141 static struct sl_isr_args sl_AUX_COMB_cb = {NULL, 0}; [all …]
|
| /hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/ |
| D | HwiP_zephyr.c | 22 struct sl_isr_args struct 30 HwiP_Fxn cb = ((struct sl_isr_args *)isr_arg)->cb; in sl_isr() argument 31 uintptr_t arg = ((struct sl_isr_args *)isr_arg)->arg; in sl_isr() 43 struct sl_isr_args *cb; 49 static struct sl_isr_args sl_IRQ01_cb = {NULL, 0}; 50 static struct sl_isr_args sl_IRQ03_cb = {NULL, 0}; 51 static struct sl_isr_args s1_IRQ04_cb = {NULL, 0}; 52 static struct sl_isr_args sl_IRQ16_cb = {NULL, 0}; 53 static struct sl_isr_args s1_LRFD_IRQ0_cb = {NULL, 0}; 54 static struct sl_isr_args s1_LRFD_IRQ1_cb = {NULL, 0};
|