Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A DLPC24xx.h691 #define UART3_BASE_ADDR 0xE007C000 macro
692 #define U3RBR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x00))
693 #define U3THR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x00))
694 #define U3DLL (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x00))
695 #define U3DLM (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x04))
696 #define U3IER (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x04))
697 #define U3IIR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x08))
698 #define U3FCR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x08))
699 #define U3LCR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x0C))
700 #define U3LSR (*(volatile unsigned long *)(UART3_BASE_ADDR + 0x14))
[all …]