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:UART0
(Results
1 - 11
of
11
) sorted by relevance
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/
H
A
D
uart.h
31
#define
UART0
0
macro
44
if (
UART0
== uart_num) {} \
69
if (
UART0
== uart_num) \
83
#define CONSOLE_UART
UART0
87
#if (CONSOLE_UART ==
UART0
)
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/
H
A
D
uart.h
31
#define
UART0
0
macro
47
if (
UART0
== uart_num) {} \
72
if (
UART0
== uart_num) \
86
#define CONSOLE_UART
UART0
90
#if (CONSOLE_UART ==
UART0
)
/device/qemu/arm_virt/liteos_a/board/include/soc/
H
A
D
uart.h
31
#define
UART0
0
macro
37
#define CONSOLE_UART
UART0
41
#if (CONSOLE_UART ==
UART0
)
/device/qemu/arm_virt/liteos_a/board/include/asm/
H
A
D
platform.h
40
#if (CONSOLE_UART ==
UART0
)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart.h
28
#define
UART0
0
macro
H
A
D
uart.c
19
.num =
UART0
,
/device/board/hisilicon/hispark_aries/liteos_a/board/include/asm/
H
A
D
platform.h
87
#if (CONSOLE_UART ==
UART0
)
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H
A
D
main.c
108
ret = serial_init(
UART0
, default_uart_param);
in start_fastboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
395
UART0
= 0, /* uart0 */
enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
395
UART0
= 0, /* uart0 */
enumerator
/device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/
H
A
D
rk2206.h
1163
#define UART0_BASE 0x40070000U /*
UART0
base address */
1223
#define
UART0
((struct UART_REG *) UART0_BASE)
macro
1292
#define IS_UART_INSTANCE(instance) (((instance) ==
UART0
) || ((instance) == UART1) || ((instance) == UART2))
Completed in 49 milliseconds