Home
last modified time | relevance | path

Searched refs:rt_hw_interrupt_get_active (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/am335x/
H A Dtrap.c149 ir = rt_hw_interrupt_get_active(INT_IRQ); in rt_hw_trap_irq()
154 ir = rt_hw_interrupt_get_active(INT_IRQ); in rt_hw_trap_irq()
183 ir = rt_hw_interrupt_get_active(INT_FIQ); in rt_hw_trap_fiq()
H A Dinterrupt.h41 int rt_hw_interrupt_get_active(int fiq_irq);
H A Dinterrupt.c125 int rt_hw_interrupt_get_active(int fiq_irq) in rt_hw_interrupt_get_active() function
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/
H A Dtrap.c162 extern rt_uint32_t rt_hw_interrupt_get_active(rt_uint32_t fiq_irq);
172 irq = rt_hw_interrupt_get_active(INT_IRQ); in rt_hw_trap_irq()
194 irq = rt_hw_interrupt_get_active(INT_FIQ); in rt_hw_trap_fiq()
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dinterrupt.h41 int rt_hw_interrupt_get_active(int fiq_irq);