代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/187967/8584371

dni io_a.dni

[State Storage] Reaction Register=0 Control Register=0 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [Watch] Watch 1= Watch 2= Watch 3= [Profiling] State=_ 0 [TermIOSettings] Filename=_ "
www.eeworm.com/read/187967/8584373

fmt io.fmt

[struct types] Count=_ 0 [watch formats] Count=_ 0
www.eeworm.com/read/187967/8584376

ewp io_a.ewp

1 Debug MSP430
www.eeworm.com/read/187967/8584379

dep io.dep

Debug $PROJ_DIR$\Debug\Exe\IO.d43 $TOOLKIT_
www.eeworm.com/read/187967/8584381

ewd io.ewd

1 Debug MSP430
www.eeworm.com/read/187967/8584383

dep io_a.dep

Debug $PROJ_DIR$\Sourfile\LED1.s43 $TOOLKIT
www.eeworm.com/read/187967/8584386

ewp io.ewp

1 Debug MSP430
www.eeworm.com/read/187967/8584393

ewd io_a.ewd

1 Debug MSP430
www.eeworm.com/read/288975/8589294

c io.c

/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */ #include "agrep.h" /* AGREP_POINTER must be defined to be 1 always */ /* #define AGREP_POINTER 1 */ /* Removed sin
www.eeworm.com/read/187912/8591539

h io.h

#define outb(value,port) \ //下面的内嵌汇编的意思是: // movl value %eax // movl port %edx // outb %dx __asm__ ("outb %%al,%%dx"::"a" (value),"d" (port)) #define inb(port) ({ \ unsigned char _v; \ //下