代码搜索:UART

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

代码结果 10,000
www.eeworm.com/read/188622/5207266

c uart.c

/* ****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研
www.eeworm.com/read/185915/5235073

c uart.c

/****************************************************************************** * * * **********
www.eeworm.com/read/184693/5246580

h uart.h

/* 定义串口模式设置数据结构 */ typedef struct UartMode { uint8 datab; // 字长度,5/6/7/8 uint8 stopb; // 停止位,1/2 uint8 parity; // 奇偶校验位,0为无校验,1奇数校验,2为偶数校验 }UARTMODE
www.eeworm.com/read/184693/5246581

c uart.c

#include "config.h" #include "uart.h" uint8 rcv_buf[8]; // UART0数据接收缓冲区 volatile uint8 rcv_new; // 接收新数据标志 /* ********************************************************************
www.eeworm.com/read/183535/5254920

c uart.c

#ifdef HAVE_CONFIG_H # include #endif #include #define XTAL 14745600 static int change_speed(int baud) { int divisor = XTAL /(baud
www.eeworm.com/read/183535/5255070

c uart.c

#ifdef HAVE_CONFIG_H # include #endif #include #define XTAL 14745600 static int change_speed(int baud) { int divisor = XTAL /(baud
www.eeworm.com/read/182229/5264514

h uart.h

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **
www.eeworm.com/read/182229/5264519

c uart.c

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **
www.eeworm.com/read/182229/5264524

h uart.h

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **
www.eeworm.com/read/182229/5264529

c uart.c

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **