| /bsp/nxp/lpc/lpc176x/drivers/ |
| A D | board.c | 30 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function 43 rt_hw_timer_handler(); in SysTick_Handler()
|
| /bsp/nxp/lpc/lpc2148/drivers/ |
| A D | board.c | 26 void rt_hw_timer_handler(int vector, void *param) in rt_hw_timer_handler() function 98 rt_hw_interrupt_install(TIMER0_INT, rt_hw_timer_handler, RT_NULL, "TIMER0"); in rt_hw_board_init()
|
| /bsp/avr32/at32uc3b0256/ |
| A D | board.c | 25 static void rt_hw_timer_handler(void) in rt_hw_timer_handler() function 57 INTC_register_interrupt(&rt_hw_timer_handler, AVR32_CORE_COMPARE_IRQ, AVR32_INTC_INT3); in cpu_counter_init()
|
| /bsp/avr32/at32uc3a0256/ |
| A D | board.c | 27 static void rt_hw_timer_handler(void) in rt_hw_timer_handler() function 59 INTC_register_interrupt(&rt_hw_timer_handler, AVR32_CORE_COMPARE_IRQ, AVR32_INTC_INT3); in cpu_counter_init()
|
| /bsp/nios_ii/ |
| A D | board.c | 36 void rt_hw_timer_handler(void * context,unsigned long id) in rt_hw_timer_handler() function 61 alt_irq_register (TIMER_IRQ, NULL, rt_hw_timer_handler); in sysTick_config()
|
| /bsp/mipssim/drivers/ |
| A D | interrupt.c | 62 void rt_hw_timer_handler(void); 70 rt_hw_timer_handler(); in rt_do_mips_cpu_irq()
|
| A D | mipssim.h | 11 void rt_hw_timer_handler(void);
|
| A D | board.c | 32 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
|
| /bsp/pic32ethernet/ |
| A D | board.c | 50 static void rt_hw_timer_handler(void) in rt_hw_timer_handler() function 105 rt_hw_timer_handler(); in __ISR()
|
| /bsp/sam7x/drivers/ |
| A D | board.c | 36 void rt_hw_timer_handler(int vector, void* param) in rt_hw_timer_handler() function 171 rt_hw_interrupt_install(AT91C_ID_SYS, rt_hw_timer_handler, RT_NULL, "tick"); in rt_hw_board_init()
|
| /bsp/m16c62p/drivers/ |
| A D | vectors_iar.asm | 20 EXTERN rt_hw_timer_handler 56 DC32 rt_hw_timer_handler ; Vector 26: Timer B0
|
| A D | interrupts_iar.asm | 14 PUBLIC rt_hw_timer_handler
|
| /bsp/microblaze/ |
| A D | board.c | 158 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function 196 …rt_hw_interrupt_install(XPAR_INTC_0_TMRCTR_0_VEC_ID, (rt_isr_handler_t)rt_hw_timer_handler, RT_NUL… in rt_intc_init()
|
| /bsp/bf533/ |
| A D | board.c | 54 EX_INTERRUPT_HANDLER(rt_hw_timer_handler) in EX_INTERRUPT_HANDLER() argument 76 register_handler(ik_timer,rt_hw_timer_handler); in rt_hw_core_timer_init()
|
| /bsp/lm4f232/Libraries/startup/gcc/ |
| A D | start_gcc.c | 46 static void rt_hw_timer_handler(void); 87 rt_hw_timer_handler, // The SysTick handler
|
| /bsp/loongson/ls2kdev/drivers/ |
| A D | board.c | 54 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
|
| A D | ls2k1000.h | 50 void rt_hw_timer_handler(void);
|
| A D | interrupt.c | 202 rt_hw_timer_handler(); in rt_do_mips_cpu_irq()
|
| /bsp/lm3s8962/drivers/ |
| A D | board.c | 42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
|
| /bsp/lm3s9b9x/drivers/ |
| A D | board.c | 42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
|
| /bsp/lm4f232/drivers/ |
| A D | board.c | 42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
|
| /bsp/lm3s9b9x/Libraries/startup/gcc/ |
| A D | start_gcc.S | 111 .word rt_hw_timer_handler
|
| /bsp/lm3s8962/Libraries/startup/gcc/ |
| A D | start_gcc.S | 111 .word rt_hw_timer_handler
|
| /bsp/lm4f232/Libraries/startup/arm/ |
| A D | start_rvds.S | 62 IMPORT rt_hw_timer_handler 104 DCD rt_hw_timer_handler ; The SysTick handler
|