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:timeout_cnt
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/lsadc/
H
A
D
adc_drv.c
47
hi_u16
timeout_cnt
= 0;
in get_ref_voltage()
local
77
while (
timeout_cnt
< ADC_PER_DATA_TIMEOUT_CNT) {
in get_ref_voltage()
82
timeout_cnt
++;
in get_ref_voltage()
87
if (
timeout_cnt
>= ADC_PER_DATA_TIMEOUT_CNT) {
in get_ref_voltage()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/lsadc/
H
A
D
adc_drv.c
47
hi_u16
timeout_cnt
= 0;
in get_ref_voltage()
local
77
while (
timeout_cnt
< ADC_PER_DATA_TIMEOUT_CNT) {
in get_ref_voltage()
82
timeout_cnt
++;
in get_ref_voltage()
87
if (
timeout_cnt
>= ADC_PER_DATA_TIMEOUT_CNT) {
in get_ref_voltage()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/adc/
H
A
D
hi_adc.c
57
hi_u32
timeout_cnt
= 0;
in hi_adc_read()
local
83
while (
timeout_cnt
< ADC_PER_DATA_TIMEOUT_CNT) {
in hi_adc_read()
92
timeout_cnt
++;
in hi_adc_read()
94
if (
timeout_cnt
>= ADC_PER_DATA_TIMEOUT_CNT) {
in hi_adc_read()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_intf.c
990
hi_u32
timeout_cnt
= 5;
local
1009
} while (
timeout_cnt
--);
1012
hdmi_warn("update EDID fail,
timeout_cnt
=%u\n",
timeout_cnt
);
Completed in 9 milliseconds