代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/231705/4712011
c uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved.
//
//
www.eeworm.com/read/230874/4719015
gpj uart.gpj
#!gbuild
[Subproject]
src\drivers\uart\uart.c
src\drivers\uart\uart.h
www.eeworm.com/read/230874/4719035
h uart.h
/*
* File: uart.h
* Purpose: Provide common ColdFire UART routines for polled serial IO
*
* Notes:
*/
#ifndef __UART_H__
#define __UART_H__
/*************************************
www.eeworm.com/read/230874/4719036
c uart.c
/*
* File: uart.c
* Purpose: Provide common ColdFire UART routines for serial IO
*
* Notes:
*
*/
#include "common.h"
#include "uart/uart.h"
/*
* To
www.eeworm.com/read/230277/4723326
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_R_MAX 100L
#define UART1_R_MAX 100L
#define UART2_R_MAX 100L
#ifdef __cplusplus
extern "C"
{
#endif
extern void Uart_init(U08 uart,U
www.eeworm.com/read/230277/4723327
c uart.c
/*
*******************************************************************************
* file name: rtc.c
* description: rtc driver
* author: xzChen(chxzh123@163.com)
* QQ / msn: 36725175 / chxzh12
www.eeworm.com/read/229454/4755642
c uart.c
/******************************************************
* 文件名称:uart.c
* 文件说明:
* RS232通迅使用的UART0 模块
*****************************************************/
#ifndef MSP430XF449_H
#include
www.eeworm.com/read/229454/4755749
c uart.c
/******************************************************
* 文件名称:uart.c
* 文件说明:
* RS232通信使用的UART0 模块
*****************************************************/
#ifndef MSP430XF449_H
#include
www.eeworm.com/read/229453/4755770
h uart.h
void Init_CLK(void);
void Init_UART0(void)
void Init_UART1(void);
int SetOK(char UART1_TX_BUF[]);
int SetError(char UART1_TX_BUF[]);
int SetPhone(char recv[],char phone[],int nLen);
www.eeworm.com/read/229453/4755771
c uart.c
#include
#include "UART.h"
void Init_CLK(void)
{
unsigned int i;
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
do