代码搜索:electrical system

找到约 10,000 项符合「electrical system」的源代码

代码结果 10,000
www.eeworm.com/read/163079/10176232

h system.h

#ifndef __ASM_SYSTEM_H #define __ASM_SYSTEM_H #include #define move_to_user_mode() \ __asm__ __volatile__ ("movl %%esp,%%eax\n\t" \ "pushl %0\n\t" \ "pushl %%eax\n\t" \
www.eeworm.com/read/358545/10185441

asm system.asm

//============================================================ // 文件名称: system.asm // 功能描述: 开中断函数 // 维护记录: 2005-10-14 v1.0 //============================================================ .INCLUDE
www.eeworm.com/read/358438/10189098

gps system.gps

www.eeworm.com/read/358122/10195906

h system.h

/******************************************************************** * Project: Tasking-STM32-Stick * File: system.h * * System: Cortex ARMv7 32 Bit (STM32FRT) * Compiler: Ta
www.eeworm.com/read/357542/10206927

c system.c

#include "system.h" #include "mc68hc908gz32.h" void InitSystem(void) { Setfbus(); SetPort(); return; } void Setfbus(void) { // fBUSDES = 8MHz // fVCLKDES = 4 * 8 = 32MHz // fRCL
www.eeworm.com/read/357542/10206930

h system.h

#ifndef _SYSTEM_H_ #define _SYSTEM_H_ void InitSystem(void); void Setfbus(void); void SetPort(void); #endif //_SYSTEM_H_
www.eeworm.com/read/356869/10219968

obj system.obj

www.eeworm.com/read/356869/10219971

lst system.lst

C51 COMPILER V8.02 SYSTEM 09/14/2008 14:51:11 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE SYSTEM OBJECT MODULE PLACED IN
www.eeworm.com/read/356869/10219974

c system.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit INT_0 =P3^2; // 将p3.2外部中断0 sbit pulse_A=P1^2; // P1.2为脉
www.eeworm.com/read/356838/10220425

c system.c

/*********************************************************** * 源程序说明: * * 版本: * * 作者: