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:CRYSTAL_FREQ
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
517
ssize = (u_short)((double)
CRYSTAL_FREQ
/ ( mclkdiv * 8.0 *
in usb_PresetStepSize()
603
minmclk = (int)ceil((double) MCLKDIV_SCALING *
CRYSTAL_FREQ
*
in usb_GetMCLKDiv()
627
mclkdiv = (int)ceil((double)MCLKDIV_SCALING * pixelsperline *
CRYSTAL_FREQ
in usb_GetMCLKDiv()
736
dMaxMCLKDivider = (double)
CRYSTAL_FREQ
* dMaxIntegrationTime /
in usb_GetMCLKDivider()
1230
m_wFastFeedStepSize = (u_short)(
CRYSTAL_FREQ
/
in usb_SetScanParameters()
H
A
D
plustek-usbhw.c
364
speed = ((double)
CRYSTAL_FREQ
) /(double)((u_long)mclk_div * 32UL *
in usb_WaitPos()
375
min_ffs = (u_short)(
CRYSTAL_FREQ
/((u_long)mclk_div * 32UL *
in usb_WaitPos()
545
wFastFeedStepSize = (u_short)(
CRYSTAL_FREQ
/
in usb_ModuleMove()
764
wFastFeedStepSize = (u_short)(
CRYSTAL_FREQ
/ (mclk_div * 8 * 1 *
in usb_ModuleToHome()
833
wFastFeedStepSize = (WORD)(
CRYSTAL_FREQ
/
in usb_ModuleToHome()
H
A
D
plustek-usb.h
38
* - added
CRYSTAL_FREQ
112
#define
CRYSTAL_FREQ
48000000UL
macro
Completed in 6 milliseconds