Home
last modified time | relevance | path

Searched refs:rt_hw_timer_handler (Results 1 – 24 of 24) sorted by relevance

/bsp/nxp/lpc/lpc176x/drivers/
A Dboard.c30 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 Dboard.c26 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 Dboard.c25 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 Dboard.c27 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 Dboard.c36 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 Dinterrupt.c62 void rt_hw_timer_handler(void);
70 rt_hw_timer_handler(); in rt_do_mips_cpu_irq()
A Dmipssim.h11 void rt_hw_timer_handler(void);
A Dboard.c32 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
/bsp/pic32ethernet/
A Dboard.c50 static void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
105 rt_hw_timer_handler(); in __ISR()
/bsp/sam7x/drivers/
A Dboard.c36 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 Dvectors_iar.asm20 EXTERN rt_hw_timer_handler
56 DC32 rt_hw_timer_handler ; Vector 26: Timer B0
A Dinterrupts_iar.asm14 PUBLIC rt_hw_timer_handler
/bsp/microblaze/
A Dboard.c158 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 Dboard.c54 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 Dstart_gcc.c46 static void rt_hw_timer_handler(void);
87 rt_hw_timer_handler, // The SysTick handler
/bsp/loongson/ls2kdev/drivers/
A Dboard.c54 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
A Dls2k1000.h50 void rt_hw_timer_handler(void);
A Dinterrupt.c202 rt_hw_timer_handler(); in rt_do_mips_cpu_irq()
/bsp/lm3s8962/drivers/
A Dboard.c42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
/bsp/lm3s9b9x/drivers/
A Dboard.c42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
/bsp/lm4f232/drivers/
A Dboard.c42 void rt_hw_timer_handler(void) in rt_hw_timer_handler() function
/bsp/lm3s9b9x/Libraries/startup/gcc/
A Dstart_gcc.S111 .word rt_hw_timer_handler
/bsp/lm3s8962/Libraries/startup/gcc/
A Dstart_gcc.S111 .word rt_hw_timer_handler
/bsp/lm4f232/Libraries/startup/arm/
A Dstart_rvds.S62 IMPORT rt_hw_timer_handler
104 DCD rt_hw_timer_handler ; The SysTick handler

Completed in 36 milliseconds