Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A DLPC24xx.h674 #define UART2_BASE_ADDR 0xE0078000 macro
675 #define U2RBR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x00))
676 #define U2THR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x00))
677 #define U2DLL (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x00))
678 #define U2DLM (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x04))
679 #define U2IER (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x04))
680 #define U2IIR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x08))
681 #define U2FCR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x08))
682 #define U2LCR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x0C))
683 #define U2LSR (*(volatile unsigned long *)(UART2_BASE_ADDR + 0x14))
[all …]