代码搜索结果

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

usart.c

#define USART_C #include "includes.h" void put_char(unsigned char ch) { /* if(ch == '\n') { usart_putchar('\r'); } */ while(!(UCSRA&(1

usart.h

#ifndef USART_H #define USART_H #ifdef USART_C void put_char(unsigned char ch); void InitSerial(void); void put_string(unsigned char *sting); #else extern void put_char(unsigned char ch); exte

usart.c

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

usart.h

#if !defined(USART_H) #define USART_H #if defined UCART_C int usart_putchar(char c); void init_usart(void); #else extern int usart_putchar(char c); extern void init_usart(void); #endif #endif

usart.h

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

usart.inc

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

usart.h

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

usart.h

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

usart.h

/*This file is prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief USART driver for AVR32 UC3.

usart.c

/*This file is prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief USART driver for AVR32 UC3.