代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/423662/2025064

h uart.h

/***********************************************Copyright (c)********************************************* ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/423662/2025065

c uart.c

/***********************************************Copyright (c)********************************************* ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/422216/2040534

h uart.h

/*************************************************************************** * * Copyright (c) 2006 by CMX Systems, Inc. * * This software is copyrighted by and is the sole property
www.eeworm.com/read/422216/2040538

c uart.c

/**************************************************************************** * * Copyright (c) 2006 by CMX Systems, Inc. * * This software is copyrighted by and is the sole propert
www.eeworm.com/read/422097/2041514

h uart.h

//UART.H代码 #include "REG51.h" #define BAUD_RATE 2400 #define RELOAD(TIMER,SVALUE) TIMER+=SVALUE+1 sbit tTXD=P3^7; sbit rRXD=P3^2; bit tTI; bit rRI; data unsigned char rSBUF; data unsigned
www.eeworm.com/read/421166/2054192

h uart.h

/* * uart.h - header file of uart * * Author: li ming * Date: 2008-4-16 * Copyleft: http://www.lumit.org */ /* init uart */ int uart0_init(void); int uart0
www.eeworm.com/read/421166/2054195

c uart.c

/* * uart.c - uart api & driver * * Author: li ming * Date: 2008-4-16 * Copyleft: http://www.lumit.org */ #include "seg7.h" #include "uart.h" /* define the r
www.eeworm.com/read/421166/2054217

h uart.h

/* * uart.h - header file of uart * * Author: li ming * Date: 2008-4-16 * Copyleft: http://www.lumit.org */ /* init uart */ int uart0_init(void); int uart0
www.eeworm.com/read/421166/2054218

c uart.c

/* * uart.c - uart api & driver * * Author: li ming * Date: 2008-4-16 * Copyleft: http://www.lumit.org */ #include "uart.h" /* define the relative gpio regi
www.eeworm.com/read/421166/2054225

h uart.h

/* * uart.h - header file of uart * * Author: li ming * Date: 2008-4-16 * Copyleft: http://www.lumit.org */ /* init uart */ int uart0_init(void); int uart0