代码搜索结果
找到约 916 项符合
Stepper 的代码
stepper.v
// Stepper.v
// This block is to process the step up/down commands and pass it appopriately to the clock pulse counter
// Step_up command has priority over Step_dn if asserted at the same time
mo
stepper.c
/*
* STEPPER.C
* sweeping stepper's rotor cw and cww 400 steps
* Copyright (c) 1999 by W.Sirichote
*/
#include c:\mc51\8051io.h /* include i/o header file */
#include c:\mc51\8051reg.h
stepper.tdf
SUBDESIGN stepper
(
clk, reset : INPUT;
ccw, cw : INPUT;
phase[3..0] : OUTPUT;
)
VARIABLE
ss: MACHINE OF BITS (phase[3..0])
WITH STATES (
s0 = B"0001",
s1 = B"0010",
s2 = B
stepper.c
/*------------------------------------------------------------------*-
Stepper.C (v1.00)
------------------------------------------------------------------
Simple stepper control f
stepper.lst
C51 COMPILER V6.21 STEPPER 03/25/2006 22:38:03 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE STEPPER
OBJECT MODULE PLACED IN
stepper.h
/*------------------------------------------------------------------*-
Stepper.H (v1.00)
------------------------------------------------------------------
- See Stepper.C for deta
stepper.lst
C51 COMPILER V7.02b STEPPER 12/10/2005 19:18:44 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE STEPPER
OBJECT MODULE PLACED I
stepper.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/