代码搜索结果
找到约 10,000 项符合
USART 的代码
main.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
ti_cc_msp430.h
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the specific MSP430
// chosen for this implementation. M
ti_cc_msp430.h
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the specific MSP430
// chosen for this implementation. M
sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
main.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
lcodu_msg.c
//usart.c for lc ODU
//*----------------------------------------------------------------------------
//* File Name : lcodu_msg.c
//* Object : handle the idu to odu communica
lcodu_msg_bak1224.c
//usart.c for lc ODU
//*----------------------------------------------------------------------------
//* File Name : lcodu_msg.c
//* Object : handle the idu to odu communica
lcodu_msg.c
//usart.c for lc ODU
//*----------------------------------------------------------------------------
//* File Name : lcodu_msg.c
//* Object : handle the idu to odu communica
faxdata.h
/*******************************************************************************
*
* FAXDATA.H
*
* This module defines constants used by UART and USART fax/data drivers.
*
* (C) Texas Inst
p18_sci.h
/********************************************************************************
BRG - USART Baud RAte Generator
Baud Rate = Fosc/(16 * (BRG + 1)) or
BRG = ((Fosc/Baud)/16) - 1