代码搜索结果

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

uart.h

#ifndef UART_H #define UART_H #include #include #include "config.h" #ifdef CC1110 #include "ioCC1110.h" #endif #ifdef CC2510 #include "ioCC2510.h" #endif /*****

uart.c

#include "iom16v.h" #include "macros.h" #include "main.h" void main(void) { uart_init(); //TART初始化 SEI(); //全局中断使能 for(;;) { //USART_TXD(08); /

uart.h

#ifndef __UART_H__ #define __UART_H__ void Test_Uart(void); #endif /*__UART_H__*/

uart.c

#include "def.h" #include "option.h" #include #include "k44.h" #include "k44lib.h" static char *uartTxStr; void __irq IsrUartTx(void) { rINTPEND=~BIT_UTXD; //rI_ISP

uart.h

//***************************************************************************** // // uart.h - Defines and Macros for the UART. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser

uart.c

//***************************************************************************** // // uart.c - Driver for the UART. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved. // //

uart.h

//***************************************************************************** // // uart.h - Defines and Macros for the UART. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser

uart.c

//***************************************************************************** // // uart.c - Driver for the UART. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved. // //