代码搜索结果

找到约 5,134 项符合 USART 的代码

usart.o.d

usart.o: ../usart.c ../usart.h \ f:/winavr-20080610/lib/gcc/../../avr/include/avr/io.h \ f:/winavr-20080610/lib/gcc/../../avr/include/avr/sfr_defs.h \ f:/winavr-20080610/lib/gcc/../../avr/inc

usart.ini

[Desktop-Workspace] Wnd0=_ "TextEditor" "open" 44 0 1 -1 -1 -1 -1 344 2 991 530 "G:\008 machao\IAR应用\proteus仿真应用\usart\cfile\main.c" 1 1 0 12 699 699 Maximized=_ 0 Count=_ 3 Wnd1=_ "Workspace2" "o

usart.c

#define USART_C #include "includes.h" void usart_putchar(char c) { if (c == '\n') usart_putchar('\r'); while(UCSRA & (1

usart.h

//usart.h //*---------------------------------------------------------------------------- //* File Name : usart.h //* Object : declare the extern functions in lcodu_msg.c //

usart.h

/******************************************************************************* * name : usart.h * author: fengzai(panda) * date: 2007.1.25 * decribe: header file of usart.c * "put_c" send

usart.h

/*************************************************************************** * Atmel AVR USART Library for GCC * Version: 1.0 * * Works with AVR MCUs equiped with USART hardware (ATmega series).

usart.c

/*************************************************************************** * Atmel AVR USART Library for GCC * Version: 1.0 * * Works with AVR MCUs equiped with USART hardware (ATmega series).