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:_MotorDirForward
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_motor.c
371
bData = ps->AsicReg.RD_Motor0Control & ~
_MotorDirForward
;
in motorSetRunPositionRegister()
373
bData = ps->AsicReg.RD_Motor0Control |
_MotorDirForward
;
in motorSetRunPositionRegister()
381
bData = ps->Asic96Reg.RD_MotorControl & ~
_MotorDirForward
;
in motorSetRunPositionRegister()
383
bData = ps->Asic96Reg.RD_MotorControl |
_MotorDirForward
;
in motorSetRunPositionRegister()
587
(_MotorHQuarterStep + _MotorOn +
_MotorDirForward
));
in motorP98SetRunFullStep()
724
_MotorDirBackward :
_MotorDirForward
));
in motorP98PositionYProc()
781
_MotorHQuarterStep +
_MotorDirForward
));
in motorP98WaitForPositionY()
1155
(Byte)(ps->IgnorePF | ps->MotorOn |
_MotorDirForward
));
in motorP96PositionYProc()
1178
ps->Asic96Reg.RD_MotorControl = ps->IgnorePF|ps->MotorOn|
_MotorDirForward
;
in motorP96WaitForPositionY()
1218
ps->MotorOn |
_MotorDirForward
);
in motorP96WaitForPositionY()
[all...]
H
A
D
u12-hwdef.h
219
#define
_MotorDirForward
0x01
macro
232
#define _FORWARD_MOTOR (
_MotorDirForward
+ _MotorOn + \
H
A
D
plustek-pp_dac.c
353
ps->AsicReg.RD_Motor0Control = _MotorOn +
_MotorDirForward
+ _MotorHEightStep;
in dacP98SetRGBGainRegister()
500
ps->AsicReg.RD_Motor0Control = _MotorOn + _MotorHEightStep +
_MotorDirForward
;
in dacP98SetAdjustShadingRegister()
1236
_MotorDirForward
;
in dacP96Adjust10BitShading()
1383
ps->MotorOn |
_MotorDirForward
);
in dacP96003WaitForShading()
1442
_MotorDirForward
;
in dacP96003WaitForShading()
1521
ps->Asic96Reg.RD_MotorControl = ps->FullStep |
_MotorDirForward
;
in dacP96001ToSetShadingAddress()
1597
ps->Asic96Reg.RD_MotorControl = ps->FullStep |
_MotorDirForward
;
in dacP96001FBKReading()
1612
(ps->FullStep | ps->MotorOn |
_MotorDirForward
);
in dacP96001FBKReading()
1673
(ps->MotorOn | ps->IgnorePF |
_MotorDirForward
);
in dacP96001WaitForShading()
1766
ps->Asic96Reg.RD_MotorControl = ps->FullStep |
_MotorDirForward
;
in dacP96001WaitForShading()
[all...]
H
A
D
u12-motor.c
285
(SANE_Byte)(dev->regs.RD_Motor0Control|
_MotorDirForward
));
in u12motor_ModuleToHome()
469
(SANE_Byte)(dev->regs.RD_Motor0Control & ~
_MotorDirForward
));
in u12motor_ModuleForwardBackward()
H
A
D
plustek-pp_hwdefs.h
848
#define
_MotorDirForward
0x01
macro
858
#define _FORWARD_MOTOR (
_MotorDirForward
+ _MotorOn + \
H
A
D
plustek-pp_p48xx.c
593
ps->MotorOn |
_MotorDirForward
);
in p48xxSetGeneralRegister()
596
_MotorDirForward
);
in p48xxSetGeneralRegister()
H
A
D
plustek-pp_scandata.h
461
#define
_MotorDirForward
0x01 /* go forward */
macro
H
A
D
plustek-pp_tpa.c
188
ps->AsicReg.RD_Motor0Control = _MotorOn + _MotorHEightStep +
_MotorDirForward
;
in tpaP98GetNegativeTempRamData()
377
ps->AsicReg.RD_Motor0Control = _MotorOn + _MotorHEightStep +
_MotorDirForward
;
in tpaP98RecalculateNegativeShadingGain()
455
ps->AsicReg.RD_Motor0Control = _MotorOn + _MotorHEightStep +
_MotorDirForward
;
in tpaP98RecalculateNegativeShadingGain()
H
A
D
plustek-pp_p9636.c
670
ps->AsicReg.RD_Motor1Control = _MotorOn +
_MotorDirForward
;
in p9636SetGeneralRegister()
671
ps->AsicReg.RD_Motor0Control = ps->bHpMotor | (_MotorOn+
_MotorDirForward
);
in p9636SetGeneralRegister()
Completed in 13 milliseconds