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:id_size
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H
A
D
efuse_drv.h
22
hi_u16
id_size
; /* Unit: bit */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
efuse_drv.h
22
hi_u16
id_size
;
member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H
A
D
cmsis_liteos2.c
102
osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t
id_size
)
in osKernelGetInfo()
argument
115
if ((id_buf != NULL) && (
id_size
!= 0U)) {
in osKernelGetInfo()
116
if (
id_size
> sizeof(KERNEL_ID)) {
in osKernelGetInfo()
117
id_size
= sizeof(KERNEL_ID);
in osKernelGetInfo()
119
uwRet = memcpy_s(id_buf,
id_size
, KERNEL_ID,
id_size
);
in osKernelGetInfo()
H
A
D
cmsis_os2.h
563
* @param
id_size
Indicates the size of the buffer for storing the kernel ID.
568
osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t
id_size
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/
H
A
D
efuse_drv.c
91
*size = efuse_cfg[idx].
id_size
;
in get_efuse_cfg_by_id()
Completed in 7 milliseconds