Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc1114/driver/
A Ddrv_uart.c24 #define URBR HWREG32(UART_BASE + 0x00) // R-
25 #define UTHR HWREG32(UART_BASE + 0x00) // -W
26 #define UIER HWREG32(UART_BASE + 0x04) // RW
27 #define UIIR HWREG32(UART_BASE + 0x08) // R-
28 #define UFCR HWREG32(UART_BASE + 0x08) // -W
29 #define ULCR HWREG32(UART_BASE + 0x0c) // RW
30 #define UMCR HWREG32(UART_BASE + 0x10) // RW
31 #define ULSR HWREG32(UART_BASE + 0x14) // R-
32 #define UMSR HWREG32(UART_BASE + 0x18) // R-
34 #define UDLL HWREG32(UART_BASE + 0x00) // RW
[all …]
/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h69 #define UART_BASE (PER_BASE + PL011_UART_BASE_OFFSET) macro
71 #define UART0_BASE (UART_BASE + 0x0)
72 #define UART2_BASE (UART_BASE + 0x400)
73 #define UART3_BASE (UART_BASE + 0x600)
74 #define UART4_BASE (UART_BASE + 0x800)
75 #define UART5_BASE (UART_BASE + 0xA00)
A Dboard.c37 size_t uart_base_addr = UART_BASE;

Completed in 7 milliseconds