代码搜索结果

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

uart.h

/* NanoStack: MCU software and PC tools for IP-based wireless sensor networking. Copyright (C) 2006-2007 Sensinode Ltd. This program is free software; you can redistribute it and/or mo

uart.h

#ifndef __UART_H__ #define __UART_H__ //串口波特率初始化已经在AUTO_ISP.H中完成 //发送1字节 void uart_put_uchar(unsigned char c) { SBUF = c; while(!TI); TI = 0; } //接收1字节 unsigned char uart_get

uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al

uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al

uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al

uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al

uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al