代码搜索结果

找到约 10,000 项符合 Serial 的代码

serial.h

#ifndef __serial_h_included__ #define __serial_h_included__ #include "hardware.h" /* for F_CPU */ #include "utils.h" /* for uchar etc */ /* Set the buffer size so that we have at least ~ 10

serial.c

#include #include #include "serial.h" #include "hardware.h" #if ENABLE_DEBUG_INTERFACE ringBuffer_t serialRingBuffer; SIGNAL(SIG_UART_RECV) /* runs with global int

serial.c

/********************************************************************************************************* ** Small RTOS ** T

serial.c

/********************************************************************************************************* ** Small RTOS ** T

serial.h

/**************************************************************************** * * MODULE: serial.h * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ * * REVISION

serial.c

/**************************************************************************** * * MODULE: uart.c * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ * * RE

serial.h

/**************************************************************************** * * MODULE: serial.h * * COMPONENT: serial.h,v * * VERSION: * * REVISION:

serial.c

/**************************************************************************** * * MODULE: uart.c * * COMPONENT: serial.c,v * * VERSION: * * REVISION:

serial.h

/********************************************************************** * * Filename: serial.h * * Description: Header file for the serial port class. * * Notes: * * * Co

serial.cpp

/********************************************************************** * * Filename: serial.cpp * * Description: Implementation of the SerialPort class. * * Notes: * * *