代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/412040/2177565
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN
www.eeworm.com/read/412040/2177617
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN
www.eeworm.com/read/412040/2177669
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN
www.eeworm.com/read/412040/2177721
h uart.h
#ifndef __UART_H__
#define __UART_H__
#include "../inc/macro.h"
#include "../ucos-ii/ucos_ii.h"
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVEN
www.eeworm.com/read/411052/2192369
h uart.h
void uart_init(void); /* Initialize UART and Flush FIFOs */
uint8_t uart_get (void); /* Get a byte from UART Rx FIFO */
uint8_t uart_test(void); /* Check number of data in UART Rx FIFO */
void uar
www.eeworm.com/read/411052/2192377
c uart.c
/*------------------------------------------------*/
/* UART functions */
#include
#include
#include "uart.h"
#define SYSCLK 92
www.eeworm.com/read/410702/2205418
h uart.h
/***********************************************
name: uart.h
create by skier 2005.06.04
for LPG2104 UART driver
*********************************************/
#ifndef UART_H
#def
www.eeworm.com/read/410702/2205423
c uart.c
/****************************************************************************
uart.c
****************************************************************************/
#ifndef UART_C
#define UART_C
www.eeworm.com/read/410339/2212133
h uart.h
/*
* uart.h
*
* Copyright (C) 2002 Arcturus Networks Inc.
* by Oleksandr Zhadan
*
* This file includes the Serial I/O definitions
* of the S3C2510X RISC microcon
www.eeworm.com/read/410339/2212178
h uart.h
/*
* uart.h
*
* Copyright (C) 2002 Arcturus Networks Inc.
* by Oleksandr Zhadan
*
* This file includes the Serial I/O definitions
* of the S3C2500X RISC microcon