Searched refs:rt_timer_handler (Results 1 – 10 of 10) sorted by relevance
| /bsp/rm48x50/drivers/ |
| A D | board.c | 28 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 D | board.c | 26 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 D | board.c | 25 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 D | board.c | 60 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 D | board.c | 32 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 D | board.c | 37 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 D | board.c | 39 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 D | board.c | 50 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 D | board.c | 76 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 D | board.c | 60 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