代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial3.c
//==========================================================================
//
// serial3.c
//
// Test data half-duplex receive and send.
//
//==========================================
serial2.c
//==========================================================================
//
// serial2.c
//
// Test simple string output.
//
//=======================================================
serial4.c
//==========================================================================
//
// serial4.c
//
// Test serial configuration changing
//
//===============================================
serial1.c
//==========================================================================
//
// serial1.c
//
// Test serial driver API
//
//===========================================================
aeb_serial.c
//==========================================================================
//
// io/serial/arm/aeb_serial.c
//
// ARM AEB-1 Serial I/O Interface Module (interrupt driven)
//
//============
aeb_serial.h
#ifndef CYGONCE_ARM_AEB_SERIAL_H
#define CYGONCE_ARM_AEB_SERIAL_H
// ====================================================================
//
// aeb_serial.h
//
// Device I/O - Description o
loop_serial.c
//==========================================================================
//
// loop_serial.c
//
// Loopback serial device driver
//
//====================================================
serial_core.c
#include "config.h"
#include "machine.h"
#include "serial.h"
#include "processor.h"
#include
unsigned char
do_getc_with_timeout(unsigned long timeout, int*stat)
{
unsigned char c;
int rxs
io_serial.cdl
# ====================================================================
#
# io_serial.cdl
#
# eCos IO configuration data
#
# ==================================================================
serial_echo.c
//==========================================================================
//
// serial_echo.c
//
// Simple interactive echo test.
//
//================================================