Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_MOTOR_FREERUN
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-motor.c
163
_SET_REG( rb, c, REG_STEPCONTROL, (_MOTOR0_SCANSTATE |
_MOTOR_FREERUN
));
in u12motor_PositionModuleToHome()
242
_SET_REG( rb, c, REG_STEPCONTROL, (
_MOTOR_FREERUN
| _MOTOR0_SCANSTATE));
in u12motor_BackToHomeSensor()
H
A
D
u12-hwdef.h
176
#define
_MOTOR_FREERUN
0x40
macro
H
A
D
plustek-pp_motor.c
620
(
_MOTOR_FREERUN
+ _MOTOR0_SCANSTATE+ _MOTOR0_ONESTEP);
in motorP98BackToHomeSensor()
778
IODataToRegister( ps, ps->RegStepControl, (Byte)(
_MOTOR_FREERUN
+
in motorP98WaitForPositionY()
2744
(_MOTOR0_SCANSTATE |
_MOTOR_FREERUN
));
3236
(
_MOTOR_FREERUN
| _MOTOR0_SCANSTATE));
H
A
D
plustek-pp_hwdefs.h
796
#define
_MOTOR_FREERUN
0x40
macro
H
A
D
u12-hw.c
396
dev->regs.RD_StepControl = _MOTOR0_SCANSTATE |
_MOTOR_FREERUN
;
Completed in 9 milliseconds