代码搜索:USART
找到约 10,000 项符合「USART」的源代码
代码结果 10,000
www.eeworm.com/read/381165/9106651
c uart_169.c
#include"msp430x24x.h"
void send_byte(unsigned char data);
void usart_init();
void delay();
void main()
{
WDTCTL=WDTPW+WDTHOLD;
usart_init();
_EINT();
while(1);
}
void usart_init()
{
www.eeworm.com/read/180570/9302172
c msp430x14x_uart.c
/*--------------文件信息---------------------------------------------
**文 件 名: MSP430x14x_USART.C
** 函数名称: usart0_tx
** 功能描述: 发送中断处理程序
** 输 入: 无
** 输 出: 无
** 全局变量: Usart0_TX_BUF[5],nsend_TX0, n
www.eeworm.com/read/180570/9302176
h msp430x14x_uart.h
/*--------------文件信息-----------------------------------
**文 件 名: MSP430x14x_USART.H
**创 建 人: 余大信
**最后修改日期: 2005年6月20日
**描 述: MSP430x14x_USART.c的与应用相关的配置头文件
**--------------历史版本信息---
www.eeworm.com/read/375066/9374133
lst debugprint.lst
1 .file "debugprint.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/375066/9374160
lst debugprint.lst
1 .file "debugprint.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/354032/10395728
lst uart.lst
1 .file "UART.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __tmp_reg__ = 0
6
www.eeworm.com/read/277117/10666550
c basecomponents_42.c
/**********************************************************/
//MSP430 Advanced Developping Components - [BaseComponents_42.C]
////USART0, UART 9600 Echo ISR, HF XTAL SMCLK
////->>> http://www.dutzm
www.eeworm.com/read/277117/10666568
c basecomponents_43.c
/**********************************************************/
//MSP430 Advanced Developping Components - [BaseComponents_43.C]
////USART0, UART 115200 Echo ISR, HF XTAL MCLK
////->>> http://www.dutz
www.eeworm.com/read/419994/10824143
c fet120_uart01_09600.c
//******************************************************************************
// MSP-FET430P120 Demo - USART0, UART 9600 Echo ISR, HF XTAL ACLK
//
// Description: Echo a received character, RX
www.eeworm.com/read/419994/10824150
c fet120_uart01_02400.c
//******************************************************************************
// MSP-FET430P120 Demo - USART0, Ultra-Low Pwr UART 2400 Echo ISR, 32kHz ACLK
//
// Description: Echo a received c