Changeset 7e60b7d in rtems
- Timestamp:
- 07/12/14 22:04:19 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7e119990
- Parents:
- 9ba76ed8
- git-author:
- Ben Gras <beng@…> (07/12/14 22:04:19)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (07/15/14 15:03:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/include/uart-output-char.h
r9ba76ed8 r7e60b7d 35 35 #define CONSOLE_FCR (*(volatile uint32_t *) (BSP_CONSOLE_UART_BASE + 0x08)) 36 36 #define CONSOLE_LCR (*(volatile uint32_t *) (BSP_CONSOLE_UART_BASE + 0x0C)) 37 #define CONSOLE_MCR (*(volatile uint32_t *) (BSP_CONSOLE_UART_BASE + 0x10)) 37 38 #define CONSOLE_LSR (*(volatile uint32_t *) (BSP_CONSOLE_UART_BASE + 0x14)) 38 39 #define CONSOLE_SCR (*(volatile uint32_t *) (BSP_CONSOLE_UART_BASE + 0x1C)) … … 44 45 #define CONSOLE_LSR_RDR 0x1 45 46 #define CONSOLE_LSR_THRE 0x20 47 #define CONSOLE_LSR_TEMT 0x40 46 48 47 49 #define BSP_CONSOLE_UART_INIT(dll) \
Note: See TracChangeset
for help on using the changeset viewer.