Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A DLPC24xx.h1142 #define LCD_BASE_ADDR 0xFFE10000 /* AHB Peripheral # 4 */ macro
1144 #define LCD_TIMH (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x000))
1145 #define LCD_TIMV (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x004))
1146 #define LCD_POL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x008))
1147 #define LCD_LE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x00C))
1148 #define LCD_UPBASE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x010))
1149 #define LCD_LPBASE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x014))
1150 #define LCD_CTRL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x018))
1151 #define LCD_INTMSK (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x01C))
1152 #define LCD_INTRAW (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x020))
[all …]