代码搜索结果

找到约 10,000 项符合 Control 的代码

control.v

module control(std_f_sel,reset,clk,clear,cntover,cntlow); output[1:0] std_f_sel; output reset; input clk,clear,cntover,cntlow; reg[1:0] std_f_sel; reg reset; reg[5:0] present,next; parameter st

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "../ucos-ii/includes.h" /* uC/OS interface */ #include "../src/GUI/gui.h" #include "../ucos-ii/add/list.h" #if USE_MINIGUI==

control.h

/* A simple rate-monotonic scheduler */ /* Header file */ #define EXEC 1 #define SUSP 2 #define DEBUG_FIFO 5 #define RTIME long long typedef struct { int state; int id; RT

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\inc\drv\display.h" #include "..\ucos

control.asm

WP EQU P1.0 SCL EQU P1.1 SDA EQU P1.2 DIR EQU P1.7 SHORT BIT 00H ;短路标志位 CUT BIT 01H ;断路标志位 COUNTER DATA