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:uart_ctx
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
cmd_loop.h
38
hi_u32 loader_download_image(const
uart_ctx
*cmd_ctx);
39
hi_u32 loader_burn_efuse(const
uart_ctx
*cmd_ctx);
40
hi_u32 loader_upload_data(const
uart_ctx
*cmd_ctx);
41
hi_u32 loader_read_efuse(const
uart_ctx
*cmd_ctx);
42
hi_u32 loader_flash_protect(const
uart_ctx
*cmd_ctx);
43
hi_u32 loader_reset(const
uart_ctx
*cmd_ctx);
44
hi_u32 loader_burn_version(const
uart_ctx
*cmd_ctx);
45
uart_ctx
*cmd_loop_init(hi_void);
47
hi_void cmd_loop(
uart_ctx
*ctx);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
cmd_loop.c
65
typedef hi_u32(*cmd_func) (const
uart_ctx
*cmd_ctx);
72
uart_ctx
*g_cmd_ctx = HI_NULL;
104
hi_u32 loader_reset(const
uart_ctx
*cmd_ctx)
in loader_reset()
114
hi_u32 loader_flash_protect(const
uart_ctx
*cmd_ctx)
in loader_flash_protect()
136
hi_u32 loader_download_image(const
uart_ctx
*cmd_ctx)
in loader_download_image()
422
hi_u32 loader_burn_version(const
uart_ctx
*cmd_ctx)
in loader_burn_version()
471
hi_u32 loader_burn_efuse(const
uart_ctx
*cmd_ctx)
in loader_burn_efuse()
506
hi_u32 loader_read_efuse(const
uart_ctx
*cmd_ctx)
in loader_read_efuse()
530
hi_u32 loader_upload_data(const
uart_ctx
*cmd_ctx)
in loader_upload_data()
564
hi_u32 loader_frame_head_rx(
uart_ctx
*ct
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H
A
D
uart_auth.h
62
}
uart_ctx
;
typedef
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H
A
D
main.c
45
uart_ctx
*cmd_ctx = HI_NULL;
in start_loaderboot()
Completed in 2 milliseconds