代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/472436/6868141
c uart.c
/* | Description */
/*-------------------------------------------------------------------------*/
/*This is The Tms320lf2407A C source Program including SCI OCTO. 20, 2
www.eeworm.com/read/472436/6868142
sbl uart.sbl
www.eeworm.com/read/472483/6868728
h uart.h
//UART 相关函数------------------------
/*----------------------------------------------
函数名:UART_Init()
功能: 串口初始化
通讯有关参数初始化
将串口波特率设定为9600bps
----------------------------------
www.eeworm.com/read/472384/6876514
h uart.h
#ifndef __SPI_H__
#define __SPI_H__
typedef unsigned char U8; /* 无符号8位整型变量 */
typedef signed char S8; /* 有符号8位整型变量 */
typedef unsigned short U16;
www.eeworm.com/read/472384/6876518
c uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
www.eeworm.com/read/472384/6876552
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "config.h"
#define USART_putchar UART0_PutChar
#define printf_P UART0_PutString
#define USART_getchar UART0_GetChar
void PLL_Init(void); //设
www.eeworm.com/read/472384/6876553
c uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
www.eeworm.com/read/472384/6876578
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "config.h"
#define USART_putchar UART0_PutChar
#define printf_P UART0_PutString
#define USART_getchar UART0_GetChar
void PLL_Init(void); //设
www.eeworm.com/read/472384/6876579
c uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
www.eeworm.com/read/471936/6884239
h uart.h
/* uart.h */
#ifndef UART_H
#define UART_H
#ifdef __cplusplus
extern "C"
{
#endif
// 奇偶校验标识
#define UART_BIT_9_H 0xA5
#define UART_BIT_9_L 0x5A