#include <stdint.h>
#include "OS.h"
Go to the source code of this file.
|
#define | CR 0x0D |
|
#define | LF 0x0A |
|
#define | BS 0x08 |
|
#define | ESC 0x1B |
|
#define | SP 0x20 |
|
#define | DEL 0x7F |
|
◆ BS
◆ CR
◆ DEL
◆ ESC
◆ LF
◆ SP
◆ OutCRLF()
◆ UART_InChar()
char UART_InChar |
( |
void |
| ) |
|
◆ UART_Init()
◆ UART_InString()
void UART_InString |
( |
char * |
bufPt, |
|
|
uint16_t |
max |
|
) |
| |
◆ UART_InUDec()
uint32_t UART_InUDec |
( |
void |
| ) |
|
◆ UART_InUHex()
uint32_t UART_InUHex |
( |
void |
| ) |
|
◆ UART_OutChar()
void UART_OutChar |
( |
char |
data | ) |
|
◆ UART_OutString()
void UART_OutString |
( |
char * |
pt | ) |
|
◆ UART_OutUDec()
void UART_OutUDec |
( |
uint32_t |
n | ) |
|
◆ UART_OutUHex()
void UART_OutUHex |
( |
uint32_t |
number | ) |
|