代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
uart.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity uart is
port( clk:in std_logic;--5部波特率
reset:in std_logic;
start:in std_logic;
uart.c
#include "stdio.h"
#include
#include "stdlib.h"
#include "stdarg.h"
#include
#include "44b.h"
#include "44blib.h"
#include "option.h"
#include "Uart.h"
int screenX,sc
uart.h
#ifndef UART_LIB
#define UART_LIB
#define UART0_GetKey Uart_GetKey
#define UART0_GetChar Uart_Getch
#define UART0_Printf Uart_Printf
#define Uart_GetChar Uart_Getch
#define printf Uart_Print
uart.hex
:10042D006C696E6A69616E66753230303240313694
:10043D00332E636F6D0A007777772E65636A747557
:09044D002E6A782E636E0A0A0083
:10047D00900000AF82AE83E4FCFD7B607AEAF9F870
:09048D00D312035F4003A380EACF
:01
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
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