代码搜索结果

找到约 10,000 项符合 USART 的代码

irq_usart.s

;------------------------------------------------------------------------------ ;- ATMEL Microcontroller Software Support - ROUSSET - ;---------------------------------------------------------

interrupt_usart.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------

interrupt_usart.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------

usart1.s

.module USART1.C .area text(rom, con, rel) .dbfile D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\USART1.C .area data(ram, con, rel) .dbfile D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\USART1.C _USART1_sendPosi:: .blkb 1

usart1.lis

.module USART1.C .area text(rom, con, rel) 0000 .dbfile D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\USART1.C .area data(r

usart1.c

#define _USART1_H #include "AT90CAN128.H" uint8 rec_Buf[16]; uint8 volatile USART1_sendPosi =0; uint8 volatile USART1_sendCount=0; //UART1 initialize // desired baud rate:9600 // actual bau

usart1.o

XL H 5 areas 6 global symbols M USART1.C A text size 9E flags 0 dbfile D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\USART1.C dbfunc e USART1_Init 0 fV dbsym l i 1 c dbline FFFFFFFF 0 dbline E 0 dbline 11 0

usart_init.c

#include void Usart_Init(void) { U0CTL = 0x10; // SW reset, 8-bit transfer, SPI master // Data on Rising Edge, SMCLK, 3-wir