Home
last modified time | relevance | path

Searched refs:rt_hw_interrupt_install (Results 1 – 25 of 38) sorted by relevance

12

/libcpu/ti-dsp/c6x/
A Dinterrupt.h21 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
A Dinterrupt.c76 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/zynqmp-r5/
A Dinterrupt.h25 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
A Dinterrupt.c101 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/risc-v/common/
A Dreadme.md138 …随后用户仅需调用rt_hw_interrupt_init进行初始化,再将中断入口函数通过rt_hw_interrupt_install函数注册即可,注册的中断入口函数为裸机原有的中断入口函数,示例…
142 rt_hw_interrupt_install(0x7, timer_irq_handler, RT_NULL, "timerirq");//注册系统定时器中断入口函数
143 rt_hw_interrupt_install(0xb, fc_soc_event_handler1, RT_NULL, "eventirq");//注册外部中断入口函数
/libcpu/aarch64/common/
A Dgtimer.c32 rt_hw_interrupt_install(EL1_PHY_TIMER_IRQ_NUM, rt_hw_timer_isr, RT_NULL, "tick"); in rt_hw_gtimer_init()
/libcpu/risc-v/t-head/c906/
A Dinterrupt.h46 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, void *param, const c…
A Dinterrupt.c87 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/risc-v/t-head/c908/
A Dinterrupt.h46 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, void *param, const c…
A Dinterrupt.c87 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/risc-v/virt64/
A Dinterrupt.h43 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, void *param, const c…
A Dinterrupt.c55 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/cortex-r52/
A Dinterrupt.h50 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
/libcpu/arm/AT91SAM7S/
A Dinterrupt.c78 void rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handle… in rt_hw_interrupt_install() function
/libcpu/arm/cortex-a/
A Dinterrupt.h52 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
A Dinterrupt.c303 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
338 rt_hw_interrupt_install(ipi_vector, ipi_isr_handler, 0, "IPI_HANDLER"); in rt_hw_ipi_handler_install()
/libcpu/aarch64/common/include/
A Dinterrupt.h52 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
/libcpu/arm/cortex-r4/
A Dinterrupt.c88 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/AT91SAM7X/
A Dinterrupt.c93 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/sep4020/
A Dinterrupt.c109 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/realview-a8-vmm/
A Dinterrupt.c91 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/s3c24x0/
A Dinterrupt.c106 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/lpc24xx/
A Dinterrupt.c85 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/sparc-v8/bm3803/
A Dinterrupt.c70 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install() function
/libcpu/arm/s3c44b0/
A Dinterrupt.c135 void rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handle… in rt_hw_interrupt_install() function

Completed in 21 milliseconds

12