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:UART2
(Results
1 - 8
of
8
) sorted by relevance
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/
H
A
D
uart.h
33
#define
UART2
2
macro
49
else if (
UART2
== uart_num) { \
73
else if (
UART2
== uart_num) \
95
#elif (CONSOLE_UART ==
UART2
)
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/
H
A
D
uart.h
33
#define
UART2
2
macro
52
else if (
UART2
== uart_num) { \
76
else if (
UART2
== uart_num) \
98
#elif (CONSOLE_UART ==
UART2
)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart.h
30
#define
UART2
2
macro
H
A
D
uart.c
53
.num =
UART2
,
/device/board/hisilicon/hispark_aries/liteos_a/board/include/asm/
H
A
D
platform.h
93
#elif (CONSOLE_UART ==
UART2
)
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
397
UART2
= 2, /* uart2 */
enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
397
UART2
= 2, /* uart2 */
enumerator
/device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/
H
A
D
rk2206.h
1165
#define UART2_BASE 0x40090000U /*
UART2
base address */
1225
#define
UART2
((struct UART_REG *) UART2_BASE)
macro
1292
#define IS_UART_INSTANCE(instance) (((instance) == UART0) || ((instance) == UART1) || ((instance) ==
UART2
))
Completed in 49 milliseconds