代码搜索结果

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

3_7.c

#include void main(void) { unsigned int i; WDTCTL = WDTPW + WDTHOLD; // 停止看门狗 BCSCTL1 |= XTS; // ACLK使用高频晶体 do { IFG1 &= ~OFIFG;

at91sam7s64_search.html

Hardware API Selector: AT91SAM7S64 search symbol

fet140_spi0_slav.c

//****************************************************************************** // MSP-FET430P140 Demo - USART0 SPI 3-Wire SPI Slave // // Description: SPI slave talks to SPI master using 3-wi

setusart.c

//www.u-easytech.com /******************************************************************************* * Function Name : USART_Configuration * Description : Configures the USART1. * Input

setusart.c

//www.u-easytech.com /******************************************************************************* * Function Name : USART_Configuration * Description : Configures the USART1. * Input

setusart.c

//www.u-easytech.com /******************************************************************************* * Function Name : USART_Configuration * Description : Configures the USART1. * Input

usartisr.c

#include #include "usart.h" #include void interrupt ISR(void) { if((RBIE)&&(RBIF)) { if(USART_RC) RCIE=1;//!RCIE; /*turn USART receive interrupt on

target board code

..\Out\stm32f10x_usart.o: ..\Lib\src\stm32f10x_usart.c ..\Out\stm32f10x_usart.o: ..\Lib\inc\stm32f10x_usart.h ..\Out\stm32f10x_usart.o: ..\Lib\stm32f10x.h ..\Out\stm32f10x_usart.o: ..\Lib\core_cm3.

usartisr.c

#include #include "usart.h" #include void interrupt ISR(void) { if((RBIE)&&(RBIF)) { if(USART_RC) RCIE=1;//!RCIE; /*turn USART receive interrupt on and off*