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
defs:regMap
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/framework/sample/platform/uart/src/
H
A
D
uart_dispatch_sample.c
22
struct UartRegisterMap *
regMap
= (struct UartRegisterMap *)device->resource.physBase;
in SampleDispatchWrite()
local
H
A
D
uart_pl011_sample.c
11
void UartPl011SetLcrBits(struct UartRegisterMap *
regMap
, uint32_t bits)
in UartPl011SetLcrBits()
argument
23
static void UartPl011UpdateLcr(struct UartRegisterMap *
regMap
)
in UartPl011UpdateLcr()
argument
34
UartPl011Error UartPl011SetBaudrate(struct UartRegisterMap *
regMap
, uint32_
argument
56
UartPl011SetDataFormat(struct UartRegisterMap *
regMap
, uint32_t wordLen, uint32_t parity, uint32_t stopBits)
UartPl011SetDataFormat()
argument
71
UartPl011ResetRegisters(struct UartRegisterMap *
regMap
)
UartPl011ResetRegisters()
argument
[all...]
H
A
D
uart_sample.c
87
struct UartRegisterMap *
regMap
= NULL;
in SampleUartHostWrite()
local
110
struct UartRegisterMap *
regMap
= NULL;
in SampleUartHostSetBaud()
local
159
struct UartRegisterMap *
regMap
= (struct UartRegisterMap *)resource->physBase;
in InitUartDevice()
local
259
struct UartRegisterMap *
regMap
= (struct UartRegisterMap *)device->resource.physBase;
DeinitUartDevice()
local
[all...]
/drivers/hdf_core/framework/sample/platform/uart/include/
H
A
D
uart_pl011_sample.h
188
static inline void UartPl011Enable(struct UartRegisterMap *
regMap
)
in UartPl011Enable()
argument
193
static inline void UartPl011Disable(struct UartRegisterMap *
regMap
)
in UartPl011Disable()
argument
198
static inline bool UartPl011IsEnabled(struct UartRegisterMap *
regMap
)
in UartPl011IsEnabled()
argument
203
static inline bool UartPl011IsBusy(struct UartRegisterMap *
regMap
)
in UartPl011IsBusy()
argument
210
static inline void UartPl011Write(struct UartRegisterMap *
regMap
, uint8_
argument
222
UartPl011EnableFifo(struct UartRegisterMap *
regMap
)
UartPl011EnableFifo()
argument
[all...]
Completed in 2 milliseconds