代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\TDS2407EA\UART\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
To
uart.c
/* | Description */
/*-------------------------------------------------------------------------*/
/*This is The Tms320lf2407A C source Program including SCI OCTO. 20, 2
uart.h
//UART 相关函数------------------------
/*----------------------------------------------
函数名:UART_Init()
功能: 串口初始化
通讯有关参数初始化
将串口波特率设定为9600bps
----------------------------------
uart.h
#ifndef __SPI_H__
#define __SPI_H__
typedef unsigned char U8; /* 无符号8位整型变量 */
typedef signed char S8; /* 有符号8位整型变量 */
typedef unsigned short U16;
uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
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); //设
uart.c
/****************************************Copyright (c)**************************************************
**
** 力天电子
** http://www.LT430.com
**作者:何呈
**文件名称:UART.C
**功能:实现串口
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); //设