代码搜索结果

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

usart.h

#ifndef USART_H #define USART_H #ifdef USART_C void UsartInit(void); int PutChar(char c); void SendNbyte(unsigned char *p,unsigned char L); void PutStr(unsigned char *Str); #else extern void U

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.c

#define USART_C #include "includes.h" void 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 void usart_putchar(char c); void init_usart(void); #else extern void usart_putchar(char c); extern void init_usart(void); #endif #end

usart.fmt

[struct types] Count=_ 0 [watch formats] Count=_ 0