Home
last modified time | relevance | path

Searched refs:VIC_BASE_ADDR (Results 1 – 4 of 4) sorted by relevance

/libcpu/arm/lpc24xx/
A DLPC24xx.h30 #define VIC_BASE_ADDR 0xFFFFF000 macro
31 #define VICIRQStatus (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x000))
32 #define VICFIQStatus (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x004))
33 #define VICRawIntr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x008))
34 #define VICIntSelect (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x00C))
35 #define VICIntEnable (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x010))
36 #define VICIntEnClr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x014))
37 #define VICSoftInt (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x018))
38 #define VICSoftIntClr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x01C))
39 #define VICProtection (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x020))
[all …]
A Dinterrupt.c53 vect_addr = (rt_uint32_t *)(VIC_BASE_ADDR + 0x100 + i*4); in rt_hw_interrupt_init()
54 vect_cntl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + i*4); in rt_hw_interrupt_init()
/libcpu/arm/lpc214x/
A Dcpuport.c99 vect_addr = (rt_uint32_t *)(VIC_BASE_ADDR + 0x100 + (index << 2)); in rt_hw_interrupt_init()
100 vect_ctl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + (index << 2)); in rt_hw_interrupt_init()
146 rt_uint32_t* vect_ctl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + (vector << 2)); in rt_hw_interrupt_install()
A Dlpc214x.h364 #define VIC_BASE_ADDR 0xFFFFF000 macro

Completed in 13 milliseconds