代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/290304/8490221

h uart.h

#define UART0BAUDTATE 9600//波特率 #define SYSCLK 22118400//时钟 void UartInit(void);//UART初始化 void UartOut(unsigned char *SendByteAdd,unsigned char Count);//发送 unsigned char UartReceive(void);
www.eeworm.com/read/189018/8496642

hex uart.hex

:100668002020202048656C6C6F20506C6561736594 :1006780020696E707574206F6E65206461746120E6 :10068800210A203A202020000A20796F752068610D :10069800766520696E70757420746865206461746D :0A06A80073206973200
www.eeworm.com/read/189018/8496697

opt uart.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/189018/8496713

plg uart.plg

礦ision2 Build Log Project: E:\工作区\proteus pro\proteus6.7工程\C51\code\uart.uv2 Project File Date: 01/24/2007 Output: Build target 'Target 1' co
www.eeworm.com/read/188971/8498571

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/188971/8498575

c uart.c

#include "..\inc\def.h" #include "..\startup\44b.h" #include "..\ucos-ii\includes.h" #include "isr.h" #include "uart.h" OS_EVENT *Uart0_Rev_mbox=NULL; //Uart0 receive mail b
www.eeworm.com/read/290152/8502017

c uart.c

/* ********************************************************************************************************* * Atmega128 *
www.eeworm.com/read/290127/8503210

c uart.c

/* ********************************************************************************************************* * Atmega48 *
www.eeworm.com/read/188842/8511186

cfg uart.cfg

uart "star12sci" { MCLK_frequency_kHz = 8000; sci_register_base = 0xc8; port_ddr_addr = 0x24A; port_io_addr = 0x248; rx_pin_offset = 0; tx_pin_offset = 1; }
www.eeworm.com/read/188841/8511279

cfg uart.cfg

// This configuration works for HC908GZ60 uart "hc08esci" { clock_frequency_kHz = 2000; sci_register_base = 0x09; port_ddr_addr = 0x0c; port_io_addr = 0x08;