代码搜索结果
找到约 10,000 项符合
Driver 的代码
intflash_infopage_driver_f92.s
; ZiLOG eZ80 ANSI C Compiler Release 2.12
; -noglobalopt -nolocalcse -optsize -modsect -debug -peephole
; -const=ROM -doublesize=32 -floatsize=32 -bitfieldsize=24
; -longsize=32 -charsize=8 -intsiz
mt28f008_driver.c
/*
* File : MT28F008_Driver.c
* Description: This file contains the Flash driver for use in ZiLOG File System
* Author : (Reused from Prototype fs driver code)
* Created on : 30-APR
mt28f008_driver.s
; ZiLOG eZ80 ANSI C Compiler Release 2.12
; -noglobalopt -nolocalcse -optsize -modsect -debug -peephole
; -const=ROM -doublesize=32 -floatsize=32 -bitfieldsize=24
; -longsize=32 -charsize=8 -intsiz
am29lv160_driver.s
; ZiLOG eZ80 ANSI C Compiler Release 2.12
; -noglobalopt -nolocalcse -optsize -modsect -debug -peephole
; -const=ROM -doublesize=32 -floatsize=32 -bitfieldsize=24
; -longsize=32 -charsize=8 -intsiz
intflash_infopage_driver_f93.s
; ZiLOG eZ80 ANSI C Compiler Release 2.12
; -noglobalopt -nolocalcse -optsize -modsect -debug -peephole
; -const=ROM -doublesize=32 -floatsize=32 -bitfieldsize=24
; -longsize=32 -charsize=8 -intsiz
intflash_infopage_driver_f91.s
; ZiLOG eZ80 ANSI C Compiler Release 2.12
; -noglobalopt -nolocalcse -optsize -modsect -debug -peephole
; -const=ROM -doublesize=32 -floatsize=32 -bitfieldsize=24
; -longsize=32 -charsize=8 -intsiz
at49bv162_driver_fswrapper.c
/*
* File : AT49BV162_Driver_FSWrapper.c
* Description: This file contains the Flash driver for use in ZiLOG File System
* Author :
* Created on : 04-OCT-2004
*
* Copyright 200
ds18b20_driver.h
#ifndef _DS18B20_DRIVER_H_
#define _DS18B20_DRIVER_H_
#include "CONFIG.H"
extern uchar data WLSB;
extern uchar data WMSB;
extern uchar data TH;
extern uchar data TL;
extern uchar data CONFIG;
ds18b20_driver.c
#include "AT89S52.H"
#include "CONFIG.H"
#include
#define SKIP_ROM 0xCC
#define CONVERT_T 0x44
#define READ_SCRATCHPAD 0xBE
sbit DQ=P2^6;
uchar data WLSB;
uchar data WMS