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:pwm
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbimg.c
744
HiLoDef *
pwm
;
in usb_GrayDuplicate16()
local
763
pwm
= scan->Green.philo;
in usb_GrayDuplicate16()
764
for( pixels=scan->sParam.Size.dwPixels; pixels--;
pwm
++, dest += next ) {
in usb_GrayDuplicate16()
766
*dest = (_PHILO2WORD(
pwm
)) >> ls;
in usb_GrayDuplicate16()
768
*dest = (_PLOHI2WORD(
pwm
)) >> ls;
in usb_GrayDuplicate16()
1610
HiLoDef *
pwm
;
in usb_GrayScale16()
local
1616
pwm
= scan->Green.philo;
in usb_GrayScale16()
1635
for( pixels = scan->sParam.Size.dwPixels; pixels;
pwm
++ ) {
in usb_GrayScale16()
1642
*dest = _PHILO2WORD(
pwm
) >> ls;
in usb_GrayScale16()
1644
*dest = _PLOHI2WORD(
pwm
) >> l
in usb_GrayScale16()
[all...]
H
A
D
canon630u-common.c
1366
int stepsize, faststep = 0x0104, reverse = 0x28, phase,
pwm
= 0x1f;
in scan()
local
1374
pwm
= 0x3f;
in scan()
1411
write_byte (fd, STEP_PWM,
pwm
);
in scan()
H
A
D
plustek-usb.h
674
u_char
pwm
; /**< PWM */
member
H
A
D
hp3900_config.c
1680
SANE_Int
pwm
[3];
in hp3800_fixedpwm()
member
1700
rst = reg[a].
pwm
[scantype - 1];
in hp3800_fixedpwm()
1714
SANE_Int
pwm
[3];
in hp3970_fixedpwm()
member
1737
rst = reg[a].
pwm
[scantype - 1];
in hp3970_fixedpwm()
1750
SANE_Int
pwm
[3];
in hp4370_fixedpwm()
member
1770
rst = reg[a].
pwm
[scantype - 1];
in hp4370_fixedpwm()
1783
SANE_Int
pwm
[3];
in ua4900_fixedpwm()
member
1803
rst = reg[a].
pwm
[scantype - 1];
in ua4900_fixedpwm()
H
A
D
plustek-usbscan.c
932
regs[0x56] = md[idx].
pwm
;
in usb_GetMotorParam()
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
684
#include <libwebsockets/lws-
pwm
.h>
Completed in 23 milliseconds