代码搜索结果
找到约 10,000 项符合
USART 的代码
demo_16_1.c~
/*****************************************************
File name : demo_16_1.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory
demo_16_1.c
/*****************************************************
File name : demo_16_1.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory
demo_16_1__.c
/*****************************************************
File name : demo_16_1.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory
cc1000_receiver.vec
;INTERRUPT VECTORS
JMP __RESET
JMP _ext_int0_isr
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP _timer1_ovf_isr
JMP _timer0_ovf_isr
JMP 0x00
JMP _usart
uart.lss
uart.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00000196 00000000 00000000 00000094 2**0
CO
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\iccavr代码\实验16_片内EEPROM的使用\eeprom.c
.dbfunc e DelaymS _DelaymS fV
; j -> R20,R21
; k -> R22,R23
;
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\iccavr代码\实验16_片内EEPROM的使用\eeprom.c
.dbfunc e DelaymS _DelaymS fV
; j -> R20,R21
; k -> R22,R23
;
msp430xg46x_uscia0_irda_03.c
//******************************************************************************
// MSP430xG461x Demo - USCI_A0 IrDA Physical Layer Comm, 4MHz SMCLK
//
// Description: This example receives bytes
spi.s
.module spi.c
.area text(rom, con, rel)
.dbfile G:\燕洪成\gra_des\exper\spi\spi_master\spi.c
.dbfile G:\燕洪成\gra_des\exper\inc\myfun.h
.dbfunc e Delayus _Delayus fV
; time -> R16,R17
spi.c
// **************************************************************
// *** 实验: SPI Interface Master ***
// *** 2007年10月13日 ***
// **