代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/214934/15082399
gel dtk-boot.gel
/* The Startup() function is executed when the GEL file is loaded. */
#define PMST_VAL 0x003fu
StartUp()
{
GEL_Reset();
PMST = PMST_VAL;
GEL_XMDef(0,0x1E,1,0x0000,0x7F);
GEL_XMOn(
www.eeworm.com/read/214932/15082532
gel dtk-boot.gel
/* The Startup() function is executed when the GEL file is loaded. */
#define PMST_VAL 0x0038u
StartUp()
{
GEL_Reset();
/* PMST = PMST_VAL;*/
GEL_XMDef(0,0x1E,1,0x0000,0x7F);
GEL_X
www.eeworm.com/read/214931/15082645
gel dtk-boot.gel
/* The Startup() function is executed when the GEL file is loaded. */
#define PMST_VAL 0x003fu
StartUp()
{
GEL_Reset();
PMST = PMST_VAL;
GEL_XMDef(0,0x1E,1,0x0000,0x7F);
GEL_XMOn(
www.eeworm.com/read/214930/15082727
gel dtk-boot.gel
/* The Startup() function is executed when the GEL file is loaded. */
#define PMST_VAL 0x003fu
StartUp()
{
GEL_Reset();
PMST = PMST_VAL;
GEL_XMDef(0,0x1E,1,0x0000,0x7F);
GEL_XMOn(
www.eeworm.com/read/7800/135491
gel f2407.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
}
F24
www.eeworm.com/read/7800/135599
gel f2407.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
}
F24
www.eeworm.com/read/7800/135639
gel f2407.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
}
F24
www.eeworm.com/read/7800/135764
gel f2407.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
}
F24
www.eeworm.com/read/14862/425094
gel f2407.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
}
F24
www.eeworm.com/read/480930/1309635
h mman.h
#ifndef __I386_MMAN_H__
#define __I386_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#defi