Home
last modified time | relevance | path

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

/bsp/rm48x50/drivers/
A Dboard.c28 void rt_timer_handler(int vector, void* param) in rt_timer_handler() function
38 rt_hw_interrupt_install(RTI_INT_VEC, rt_timer_handler, RT_NULL, "tick"); in rt_hw_board_init()
/bsp/nxp/lpc/lpc2478/drivers/
A Dboard.c26 void rt_timer_handler(int vector, void* param) in rt_timer_handler() function
48 rt_hw_interrupt_install(TIMER0_INT, rt_timer_handler, RT_NULL, "tick"); in rt_hw_board_init()
/bsp/x86/drivers/
A Dboard.c25 static void rt_timer_handler(int vector, void* param) in rt_timer_handler() function
68 rt_hw_interrupt_install(INTTIMER0, rt_timer_handler, RT_NULL, "tick"); in rt_hw_board_init()
/bsp/mini2440/drivers/
A Dboard.c60 static void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
81 rt_hw_interrupt_install(INTTIMER4, rt_timer_handler, RT_NULL, "tick"); in rt_hw_timer_init()
/bsp/wh44b0/
A Dboard.c32 void rt_timer_handler(int vector) in rt_timer_handler() function
141 rt_hw_interrupt_install(INT_TIMER0, rt_timer_handler, RT_NULL); in rt_hw_board_init()
/bsp/mini4020/drivers/
A Dboard.c37 void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
93 rt_hw_interrupt_install(INTSRC_TIMER1, rt_timer_handler, RT_NULL, "tick"); in rt_hw_timer_init()
/bsp/sep6200/drivers/
A Dboard.c39 void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
91 rt_hw_interrupt_install(INTSRC_TIMER1, rt_timer_handler, RT_NULL, "timer"); in rt_hw_timer_init()
/bsp/dm365/applications/
A Dboard.c50 void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
87 rt_hw_interrupt_install(IRQ_DM365_TINT2, rt_timer_handler, in rt_hw_timer_init()
/bsp/at91/at91sam9g45/drivers/
A Dboard.c76 void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
140 rt_hw_interrupt_install(AT91C_ID_SYS, rt_timer_handler, in rt_hw_timer_init()
/bsp/at91/at91sam9260/drivers/
A Dboard.c60 void rt_timer_handler(int vector, void *param) in rt_timer_handler() function
124 rt_hw_interrupt_install(AT91_ID_SYS, rt_timer_handler, in rt_hw_timer_init()

Completed in 19 milliseconds