|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| union | _PL011_LCR_REGISTER |
| union | _PL011_FCR_REGISTER |
| union | _PL011_LSR_REGISTER |
Macros | |
| #define | UART_BASE (ULONG_PTR)0x101F1000 |
| #define | UART_PL01x_DR (UART_BASE + 0x00) |
| #define | UART_PL01x_RSR (UART_BASE + 0x04) |
| #define | UART_PL01x_ECR (UART_BASE + 0x04) |
| #define | UART_PL01x_FR (UART_BASE + 0x18) |
| #define | UART_PL011_IBRD (UART_BASE + 0x24) |
| #define | UART_PL011_FBRD (UART_BASE + 0x28) |
| #define | UART_PL011_LCRH (UART_BASE + 0x2C) |
| #define | UART_PL011_CR (UART_BASE + 0x30) |
| #define | UART_PL011_IMSC (UART_BASE + 0x38) |
| #define | UART_PL011_LCRH_WLEN_8 0x60 |
| #define | UART_PL011_LCRH_FEN 0x10 |
| #define | UART_PL011_CR_UARTEN 0x01 |
| #define | UART_PL011_CR_TXE 0x100 |
| #define | UART_PL011_CR_RXE 0x200 |
| #define | UART_PL01x_FR_RXFE 0x10 |
| #define | UART_PL01x_FR_TXFF 0x20 |
Typedefs | |
| typedef union _PL011_LCR_REGISTER | PL011_LCR_REGISTER |
| typedef union _PL011_LCR_REGISTER * | PPL011_LCR_REGISTER |
| typedef union _PL011_FCR_REGISTER | PL011_FCR_REGISTER |
| typedef union _PL011_FCR_REGISTER * | PPL011_FCR_REGISTER |
| typedef union _PL011_LSR_REGISTER | PL011_LSR_REGISTER |
| typedef union _PL011_LSR_REGISTER * | PPL011_LSR_REGISTER |
| typedef union _PL011_FCR_REGISTER PL011_FCR_REGISTER |
| typedef union _PL011_LCR_REGISTER PL011_LCR_REGISTER |
| typedef union _PL011_LSR_REGISTER PL011_LSR_REGISTER |
| typedef union _PL011_FCR_REGISTER * PPL011_FCR_REGISTER |
| typedef union _PL011_LCR_REGISTER * PPL011_LCR_REGISTER |
| typedef union _PL011_LSR_REGISTER * PPL011_LSR_REGISTER |