代码搜索:enable
找到约 10,000 项符合「enable」的源代码
代码结果 10,000
www.eeworm.com/read/223183/14650069
h clk.h
//////////////////////////////////////////////////////////////////////////
// Copyright (C) 2004, Eyoka @ Microunit
// All Rights Reserved
//___________________
www.eeworm.com/read/223174/14650610
c fet140_wdt01.c
//******************************************************************************
// MSP-FET430P140 Demo - WDT Toggle P1.0 Interval overflow ISR, DCO SMCLK
//
// Description; Toggle P1.0 using sof
www.eeworm.com/read/122921/14656796
c 6b595.c
#include
#define uchar unsigned char
uchar code DAT[18]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x67,0xbf,0x86,0xdb,0xcf,0xe6,0xed,0x00,0x40 };
uchar DispDat[6]={ 1,2,3,4,5,6 };
www.eeworm.com/read/223018/14663939
prefs org.eclipse.ltk.core.refactoring.prefs
#Fri Jul 14 10:49:36 CST 2006
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
www.eeworm.com/read/223005/14665030
env 万年历.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=1
HisSize=1024
Timer=24576000
EmuSel=0
MODE=0
[INCLUDE]
Count=0
[LIBRARY]
Count=0
[Break Point]
Count=0
[Watch0]
Coun
www.eeworm.com/read/222963/14667029
h c8051f060.h
/*---------------------------------------------------------------------------
;
;
;
;
; FILE NAME: C8051F060.H
; TARGET MCUs: C8051F060, F061, F062, F063
; DESCRIPTION: Register/bit definitions
www.eeworm.com/read/222857/14670419
asm 16021.asm
RS EQU P1.1
RW EQU P1.3
E EQU P1.2
ORG 0000H
JMP MAIN
ORG 0030H
MAIN:MOV SP,#5FH
LCALL DELAY ;判断液晶的状态,是否忙
LCALL ENABLE ;包含片选
MOV P0,#01H ;清屏指
www.eeworm.com/read/222857/14670444
lst hanzi.lst
A51 MACRO ASSEMBLER HANZI 06/27/2007 20:07:21 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN hanzi.OBJ
ASSEMBLER IN
www.eeworm.com/read/222857/14670516
asm twoline1.asm
RS EQU P1.1
RW EQU P1.3
E EQU P1.2
ORG 0000H
AJMP START
ORG 0030H
START:MOV SP,#60H
MAIN: LCALL DELAY
MOV P0,#01H
LCALL ENABLE
MOV P0,#38H
LCALL ENABLE
www.eeworm.com/read/222747/14676549
h c8051f040.h
/*---------------------------------------------------------------------------
; Copyright (C) 2002 CYGNAL INTEGRATED PRODUCTS, INC.
; All rights reserved.
;
;
; FILE NAME : C8051F040.H
; T