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:band_num
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_wifi_mfg_test_if.h
63
* @param
band_num
[IN] Type #unsigned char band num.CNcomment:band序号CNend
73
unsigned int wal_set_cal_band_power(unsigned char
band_num
, int offset);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H
A
D
hi_wifi_mfg_test_if.h
105
* @param
band_num
[IN] Type #unsigned char band num.CNcomment:band序号CNend
114
unsigned int wal_set_cal_band_power(unsigned char
band_num
, int offset);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_hipriv.c
178
hi_u8
band_num
;
in at_hi_wifi_set_cal_band_power()
local
189
band_num
= (hi_u8)atoi(argv[0]);
in at_hi_wifi_set_cal_band_power()
207
hi_u32 ret = wal_set_cal_band_power(
band_num
, offset);
in at_hi_wifi_set_cal_band_power()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_cfg.h
712
hi_u8
band_num
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_hipriv.c
6914
输入参数 : [1]
band_num
band序号
6919
hi_u32 wal_set_cal_band_power(hi_u8
band_num
, hi_s32 offset)
in wal_set_cal_band_power()
argument
6948
cal_bpower->
band_num
=
band_num
;
in wal_set_cal_band_power()
6965
hi_u8
band_num
;
in wal_hipriv_set_cal_band_power()
local
6976
band_num
= (hi_u8)oal_atoi(ac_name);
in wal_hipriv_set_cal_band_power()
6985
ret = wal_set_cal_band_power(
band_num
, offset);
in wal_hipriv_set_cal_band_power()
Completed in 14 milliseconds