📄 uart.h
字号:
/*************************************************************************
Title:
Filename: $Header:$
Hardware: MX21
Summay:
License: The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Author:
Company: Freescale Suzhou Design Center
====================Change Log========================
$Log:$
********************************************************************************/
#ifndef MX_UART_INCLUDE_01072003
#define MX_UART_INCLUDE_01072003
//<<<<<Include
//>>>>>Include
//<<<<<Macro
//>>>>>Macro
//<<<<<Public Structure
//>>>>>Public Structure
//<<<<<Public Function Declearation
void MX21_UartSetting(void);
void MX21_InitInternalUART(void);
void EUARTputHex(unsigned char data);
char EUARTgetData();
void EUARTputData(char data);
void EUARTputString(char *line);
//>>>>>Public Function Declearation
//<<<<<Public Gobal Variable Declearation
//>>>>>Public Gobal Variable Declearation
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -