代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/153434/5650243

h uart.h

#ifdef UART_GLOBALS #define UART_EXT #else #define UART_EXT extern #endif #define BAUD_CNT 9 #define BAUD_57600 57600 #define BAUD_28800 28800 #define BAUD_19200 19200 #def
www.eeworm.com/read/153434/5650246

c uart.c

#define UART_GLOBALS #include "config.h" static uint8 SerLen,ExtData; static uint8 LenSend; //已发送的有效数据长度 /* *********************************************************************************
www.eeworm.com/read/475737/6776796

h uart.h

#ifndef __DEMO_UART_MAIN_H__ #define __DEMO_UART_MAIN_H__ #include #include #include #define fosc 16000000 // 16 MHz #define baudrate 57600
www.eeworm.com/read/475737/6776799

c uart.c

#include "uart.h" #include "LCD.h" extern volatile unsigned char backlight;; void sentchar1 (unsigned char datasent) { while (!( UCSR1A & (1
www.eeworm.com/read/475392/6779485

src uart.src

; .\out_sst89e564\uart.SRC generated from: source\uart.c ; COMPILER INVOKED BY: ; C:\Keil\C51\BIN\C51.EXE source\uart.c LARGE BROWSE ORDER NOAREGS DEBUG OBJECTEXTEND PRINT(.\uart.lst) SRC(.\o
www.eeworm.com/read/475392/6779490

obj uart.obj

www.eeworm.com/read/475392/6779576

lst uart.lst

C51 COMPILER V8.00 UART 04/23/2009 15:56:14 PAGE 1 C51 COMPILER V8.00, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN .\
www.eeworm.com/read/475392/6779584

obj uart.obj

www.eeworm.com/read/475392/6779605

h uart.h

////////////////////////////////////////////// // uart.h // // 设置波特率(需要晶振频率支持) // // 晶振频率:11m0592,12m0,18m0,24m0 // // design by: 刘俐训 // ///////////////////////
www.eeworm.com/read/475392/6779665

c uart.c

////////////////////////////////////////////// // uart.c // // 设置波特率(需要晶振频率支持) // // 晶振频率:11m0592,12m0,18m0,24m0 // // design by: 刘俐训 // ///////////////////////