代码搜索结果
找到约 10,000 项符合
USART 的代码
stm32usart_stm32usart.dep
Dependencies for Project 'Stm32Usart', Target 'Stm32Usart': (DO NOT MODIFY !)
F (.\boot\cortexm3_macro.s)(0x487B1F0C)(--cpu Cortex-M3 -g --apcs=interwork -I "C:\Program Files\Keil\ARM\INC" -I "C:\Pro
usart1.c
interrupt void Rx0Int(void) //接收中断
{
unsigned int t, i, ibuf, num;
unsigned char ByteCom;
EA = 0;
R0EN =1;
t=0;
ReTrySoeTimes=0;
CrcCheck=0;
//数据接收过程
for(;;)
{
i=50;
ibu
usart_main.c
/***********************************************
**** AVR USART串口使用范例 ***
**** ***
**** ***
**** 编译器:GCC 2005021
usart_main.c
/***********************************************
**** AVR USART串口使用范例 ***
**** ***
**** 作者: HJJourAVR ***
**** 编译器