Go to the source code of this file.
Data Structures | |
| struct | UART_CONTROL |
Functions | |
| void | F_UartPowerOnInit () LargeReentrant |
| void | F_UartKeyInPut (INT8U KeyCode) LargeReentrant |
| INT8U | F_UartKeyInGet () LargeReentrant |
| INT8U | F_UartCheckKeyInBuffer () LargeReentrant |
| char | putchar (char) LargeReentrant |
| char | getchar (void) LargeReentrant |
Variables | |
| struct UART_CONTROL | UartCtrl |
| bit | bUartTransfer |
| INT8U F_UartCheckKeyInBuffer | ( | ) |
Definition at line 65 of file uart.c.
References UART_CONTROL::KeyInGet, UART_CONTROL::KeyInPut, and UartCtrl.
Referenced by F_ShellSvc(), and getchar().
| INT8U F_UartKeyInGet | ( | ) |
Definition at line 52 of file uart.c.
References UART_CONTROL::KeyInBuffer, UART_CONTROL::KeyInGet, UART_CONTROL::KeyInPut, and UartCtrl.
Referenced by F_ShellSvc(), and getchar().
| void F_UartKeyInPut | ( | INT8U | KeyCode | ) |
Definition at line 37 of file uart.c.
References UART_CONTROL::KeyInBuffer, UART_CONTROL::KeyInGet, UART_CONTROL::KeyInPut, and UartCtrl.
Referenced by IsrSerialint().
| void F_UartPowerOnInit | ( | ) |
Definition at line 14 of file uart.c.
References bUartTransfer, UART_CONTROL::KeyInGet, UART_CONTROL::KeyInPut, and UartCtrl.
Referenced by F_SysPowerOnInit().
| char getchar | ( | void | ) |
| char putchar | ( | char | ) |
| bit bUartTransfer |
Definition at line 12 of file uart.c.
Referenced by F_UartPowerOnInit(), IsrSerialint(), and putchar().
| struct UART_CONTROL UartCtrl |
Definition at line 11 of file uart.c.
Referenced by F_UartCheckKeyInBuffer(), F_UartKeyInGet(), F_UartKeyInPut(), and F_UartPowerOnInit().
1.5.6