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:freq_offset
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_wifi_mfg_test_if.h
104
* @param
freq_offset
[IN] Type #int freq offset.CNcomment:补偿值CNend
113
unsigned int wal_set_cal_freq(int
freq_offset
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H
A
D
hi_wifi_mfg_test_if.h
86
* @param
freq_offset
[IN] Type #int freq offset.CNcomment:补偿值CNend
94
unsigned int wal_set_cal_freq(int
freq_offset
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_hipriv.c
145
hi_s32
freq_offset
;
in at_hi_wifi_set_cal_freq()
local
165
freq_offset
= atoi(argv[0]);
in at_hi_wifi_set_cal_freq()
167
hi_u32 ret = wal_set_cal_freq(
freq_offset
);
in at_hi_wifi_set_cal_freq()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_hipriv.c
7179
输入参数 : [1]
freq_offset
补偿值
7183
hi_u32 wal_set_cal_freq(hi_s32
freq_offset
)
in wal_set_cal_freq()
argument
7201
if ((
freq_offset
> CAL_FREP_OFFSET_MAX) || (
freq_offset
< CAL_FREP_OFFSET_MIN)) {
in wal_set_cal_freq()
7211
*param =
freq_offset
;
in wal_set_cal_freq()
7226
hi_s32
freq_offset
;
in wal_hipriv_set_cal_freq_power()
local
7241
freq_offset
= (hi_s32)oal_atoi(ac_name);
in wal_hipriv_set_cal_freq_power()
7242
ret = wal_set_cal_freq(
freq_offset
);
in wal_hipriv_set_cal_freq_power()
Completed in 15 milliseconds