Searched refs:rt_hw_interrupt_handler (Results 1 – 9 of 9) sorted by relevance
31 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function46 irq_desc[index].handler = (rt_isr_handler_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()52 AT91C_BASE_AIC->AIC_SVR[index] = (rt_uint32_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
26 void rt_hw_interrupt_handler(int vector) in rt_hw_interrupt_handler() function40 AT91C_AIC_SVR(index) = (rt_uint32_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
24 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function42 isr_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
31 void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function51 irq_desc[i].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
34 void rt_hw_interrupt_handler(int vector) in rt_hw_interrupt_handler() function54 CfgPtr->HandlerTable[index].Handler = (XInterruptHandler)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
25 rt_isr_handler_t rt_hw_interrupt_handler(rt_uint32_t vector, void* param) in rt_hw_interrupt_handler() function122 isr_table [vector].handler = (rt_isr_handler_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
36 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function66 irq_handle_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
75 void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function97 irq_desc[index].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
Completed in 12 milliseconds