uart.h
来自「mx21的NAND Flash Bootloader源代码」· C头文件 代码 · 共 51 行
H
51 行
/*************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?