代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/271993/4220048
h uart.h
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271993/4220053
c uart.c
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271992/4220066
h uart.h
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271992/4220070
c uart.c
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271991/4220084
h uart.h
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271991/4220088
c uart.c
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/271268/4229628
h uart.h
//uart header file
#ifdef UART_G
#define uart_ext
#else
#define uart_ext extern
#endif
#define printf UartPrintf
#define Uart_Printf UartPrintf
#define Uart_SendByte UartSen
www.eeworm.com/read/271268/4229634
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/271070/4230450
h uart.h
typedef struct {
unsigned int ctrl;
unsigned int reload;
} uart;