|
openMMC
Open Source Modular MMC for AMCs
|

Macros | |
| #define | UART_SRB_SIZE 256 /* Send */ |
| #define | UART_RRB_SIZE 32 /* Receive */ |
Functions | |
| void | UART0_IRQHandler (void) |
| void | UART1_IRQHandler (void) |
| void | UART2_IRQHandler (void) |
| void | UART3_IRQHandler (void) |
| void | uart_init (uint8_t id) |
Variables | |
| volatile lpc_uart_cfg_t | usart_cfg [4] |
| #define UART_RRB_SIZE 32 /* Receive */ |
| #define UART_SRB_SIZE 256 /* Send */ |
| void UART0_IRQHandler | ( | void | ) |
| void UART1_IRQHandler | ( | void | ) |
| void UART2_IRQHandler | ( | void | ) |
| void UART3_IRQHandler | ( | void | ) |
| void uart_init | ( | uint8_t | id | ) |
| volatile lpc_uart_cfg_t usart_cfg[4] |