代码搜索结果

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

serial.c

//Serial.c // //Body: HT48C70-1 //Mask option //WDT : Disable //the others use the default value #include #pragma vector isr_4 @ 0x4 #pragma vector isr_8 @ 0x8 #pr

serial.asm

;================ ;= Dfseript.inc = ;================ BAUDRATECONST EQU 66 ;table look-up (4MHz, 4800 bits/second) ;or calculate (see HT-IDE User's G

serial.h

/***************************************************************************** |* |* Copyright (c) 2001 TASKING, Inc. |* |* Description: |* |* Header file for serial.c |* ******************

serial.c

/***************************************************************************** |* |* Copyright (c) 2001 TASKING, Inc. |* |* Description: |* |* This module shows an example how to initialize an

serial.hex

:03002300020026B2 :030000001204499E :20002600C0E0C001C006C007C0D075D000209803020096AF99C298EF24FD600A24F2601101 :2000460024FE600880107556010200AD75540180567554008051E5132408F9A7070513E503 :2000660

serial.rc

#include #include #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "Serial Device Driver" #define VER_INTERNALNA

serial.h

/*++ Copyright (c) 1990, 1991, 1992, 1993 - 1997 Microsoft Corporation Module Name : serial.h Abstract: Type definitions and data for the serial port driver Author: An

serial.c

/***********************************************************************/ /* */ /* SERIAL.C: Low Level Serial Routines