代码搜索:USART
找到约 10,000 项符合「USART」的源代码
代码结果 10,000
www.eeworm.com/read/237872/13923859
c fet120_uart01_0115k.c
//******************************************************************************
// MSP-FET430P120 Demo - USART0, UART 115200 Echo ISR, HF XTAL ACLK
//
// Description: Echo a received character,
www.eeworm.com/read/237870/13924081
asm fet140_spi0_06.asm
;******************************************************************************
; MSP-FET430P140 Demo - USART0, SPI 3-Wire Slave
;
; Description: SPI slave talks to SPI master using 3-wire mode
www.eeworm.com/read/237870/13924170
asm fet140_uart11_0115k.asm
;******************************************************************************
; MSP-FET430P140 Demo - USART1, UART 115200 Echo ISR, HF XTAL ACLK
;
; Description: Echo a received character, RX
www.eeworm.com/read/237863/13926320
asm fet120_spi0_slav.asm
;******************************************************************************
; MSP-FET430P120 Demo - USART0, SPI 3-Wire Slave
;
; Description: SPI slave talks to SPI master using 3-wire mode
www.eeworm.com/read/235756/14053869
h obj_romboot.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/367402/9752393
lis uart.lis
.module UART.C
.area vector(rom, abs)
.org 44
002C 0C941200 jmp _USART_Recive_Complete_handler
www.eeworm.com/read/367400/9752467
lis uart.lis
.module UART.C
.area vector(rom, abs)
.org 44
002C 0C941200 jmp _USART_Recive_Complete_handler
www.eeworm.com/read/367399/9752519
lis uart.lis
.module UART.C
.area vector(rom, abs)
.org 44
002C 0C941200 jmp _USART_Recive_Complete_handler
www.eeworm.com/read/283992/8972090
h series.h
#ifndef _USART_H
#define _USART_H
#define RXC_BUFF_SIZE 1000
#define TXC_BUFF_SIZE 1000
#ifdef Usart_GLOBALS
#define Usart_EXT
#else
#define Usart_EXT extern
#endif
struct Usart
{
www.eeworm.com/read/381307/9098861
i app.i
// CodeVisionAVR C Compiler
// (C) 1998-2005 Pavel Haiduc, HP InfoTech S.R.L.
// Prototypes for string functions
#pragma used+
char *strcat(char *str1,char *str2);
char *strcatf(char *str1,c