代码搜索结果

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

uart.lst

__start: __text_start: 002A E5CF LDI R28,0x5F 002B E0D4 LDI R29,4 002C BFCD OUT 0x3D,R28 002D BFDE OUT 0x3E,R29 002E 51C0 SUBI R28,0x10 002F 40D

main._c

/****************************************Copyright (c)************************************************** ** ADEmbed Development Co.,LTD.

main.c

/****************************************Copyright (c)************************************************** ** ADEmbed Development Co.,LTD.

mega16l_tc__.c

#include #include "LCD.h" #include "DELAY.h" #include #include #include #include #include #asm .equ __w1_port=0x1b //Port

p222.h

#pragma once /*保证头文件只被编译一次*/ #ifndef p222_H #define p222_H /* DDRB */ #define DDB7 7 #define DDB6 6 #define DDB5 5 #define DDB4 4 #define DDB3 3 #define DDB2 2 #define DDB1 1 #define

demo_14_1.i

/***************************************************** File name : demo_14_1.c Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memor

dbgu.c

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

uart_to_twi.src

[Files] uart_to_twi_m8.c ..\程序库\delay.c ..\程序库\twi_master_polling.c ..\程序库\usart_m8.c [Headers] usart_m8.h twi_master_polling.h delay.h [Documents]

uart_to_twi_m8.dp2

uart_to_twi_m8.o: C:/icc/include/iom8v.h C:/icc/include/macros.h H:\UART_TO_TWI/usart_m8.h C:/icc/include/iom8v.h C:/icc/include/macros.h H:\UART_TO_TWI/twi_master_polling.h C:/icc/include/iom8v.h C:/

device.h

#ifndef _DEVICE_H_ #define _DEVICE_H_ #include #include void port_init(void); void usart_init(void); void device_init(void); #endif