代码搜索结果
找到约 916 项符合
Stepper 的代码
stepper.map
MPLINK 4.12, Linker
Linker Map File - Created Thu Nov 13 18:44:05 2008
Section Info
Section Type Address Location Size(Bytes)
stepper.mptags
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.n
stepper.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
[PATH_INFO]
dir_src=
dir_bin=
dir_tmp=
dir_sin=
dir_inc=
dir_lib=C:\MCC18\lib
dir_lkr=
[CAT_FILTERS]
filter_sr
stepper.c
/*Program for the stepper MOtor*/
/***************************************************************/
#include
#pragma config OSC = HS /* Configure oscillator for High speed operation*/
#
stepper.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=C:\Samprog\StepperMotor\stepper.o
Folder=Intermediary
DeviceName=PIC18F452
LanguageToolSuiteID={5B7D72
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.h
/* leddrv.h - the header file with the ioctl definitions.
*
* The declarations here have to be in a header file, because
* they need to be known both to the kernel module
* (in leddrv.c) a
stepper.c
/* leddrv.c - Create an input/output character device
*/
#include
#include
#include
#include /* for -EBUSY */
#include