代码搜索结果
找到约 5,134 项符合
USART 的代码
usart.lst
1 .file "usart.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
uart1._h
/* usart寄存器
usart数据寄存器——UDR
8位的数据寄存器只有当UDRE置1时才能写入数据
usart控制和状态寄存器A——UCSRA
位 7 6 5 4 3 2 1 0
RXC TXC UDRE FE DOR PE U2X MPCM
位7:接收
uart1.c
/* usart寄存器
usart数据寄存器——UDR
8位的数据寄存器只有当UDRE置1时才能写入数据
usart控制和状态寄存器A——UCSRA
位 7 6 5 4 3 2 1 0
RXC TXC UDRE FE DOR PE U2X MPCM
位7:接收
uart1.h
/* usart寄存器
usart数据寄存器——UDR
8位的数据寄存器只有当UDRE置1时才能写入数据
usart控制和状态寄存器A——UCSRA
位 7 6 5 4 3 2 1 0
RXC TXC UDRE FE DOR PE U2X MPCM
位7:接收
usart.lnp
"..\obj\cortexm3_macro.o" "..\obj\stm32f10x_vector.o" "..\obj\main.o" "..\obj\stm32f10x_it.o" "..\obj\stm32f10x_lib.o" "..\obj\stm32f10x_gpio.o" "..\obj\stm32f10x_rcc.o" "..\obj\stm32f10x_nvic.o" "..\
usart.htm
Static Call Graph - [..\obj\USART.axf]
Static Call Graph for image ..\obj\USART.axf
documentation.h
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief USART example application.
usart__example_8c-source.html
AVR321000 Communication with the AVR32 USART:
usart__example3_8c-source.html
AVR321000 Communication with the AVR32 USART: