代码搜索结果
找到约 10,000 项符合
USART 的代码
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.dep
0
Debug
$PROJ_DIR$\cfile\main.c
usart.eww
$WS_DIR$\usart.ewp
usart.fmt
[struct types]
Count=_ 0
[watch formats]
Count=_ 0
usart.dni
[Breakpoints]
Count=0
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.ewd
1
Debug
AVR
usart.c
#define USART_C
#include "includes.h"
void UsartInit(void)
{
// 晶振频率 : 4.0MHz
// 通信参数: 8 Data, 1 Stop, No Parity
// 波特率:
// UBRRL= 0x0C 19200;
// UBRRL= 0x19 9600;