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:uartCfg
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_bes.c
274
struct HAL_UART_CFG_T *
uartCfg
= NULL;
in InitUartCtxCfg()
local
279
uartCfg
= &device->config;
in InitUartCtxCfg()
280
if (
uartCfg
== NULL) {
in InitUartCtxCfg()
290
g_uartCtx[uartId].txDMA =
uartCfg
->dma_tx;
in InitUartCtxCfg()
291
g_uartCtx[uartId].rxDMA =
uartCfg
->dma_rx;
in InitUartCtxCfg()
364
struct HAL_UART_CFG_T *
uartCfg
= NULL;
in UartStart()
local
374
uartCfg
= &device->config;
in UartStart()
375
if (
uartCfg
== NULL) {
in UartStart()
379
hal_uart_open(uartId,
uartCfg
);
in UartStart()
428
struct HAL_UART_CFG_T *
uartCfg
in InitUartDevice()
local
777
struct HAL_UART_CFG_T *
uartCfg
= NULL;
global()
local
807
struct HAL_UART_CFG_T *
uartCfg
= NULL;
global()
local
835
struct HAL_UART_CFG_T *
uartCfg
= NULL;
global()
local
911
GetUartDevConfig(struct UartAttribute *attribute, const struct HAL_UART_CFG_T *
uartCfg
)
global()
argument
967
struct HAL_UART_CFG_T *
uartCfg
= NULL;
global()
local
[all...]
H
A
D
uart_wm.c
173
tls_uart_options_t *
uartCfg
= NULL;
in UartStart()
local
179
uartCfg
= &device->config;
in UartStart()
180
if (
uartCfg
== NULL) {
in UartStart()
184
if (WM_SUCCESS != tls_uart_port_init(uartId,
uartCfg
, 0)) {
in UartStart()
490
tls_uart_options_t *
uartCfg
= NULL;
in UartHostDevSetBaud()
local
500
uartCfg
= &uartDevice->config;
in UartHostDevSetBaud()
501
if (
uartCfg
== NULL) {
in UartHostDevSetBaud()
505
uartCfg
->baudrate = baudRate;
in UartHostDevSetBaud()
507
tls_uart_set_baud_rate(uartId,
uartCfg
->baudrate);
in UartHostDevSetBaud()
516
tls_uart_options_t *
uartCfg
in UartHostDevGetBaud()
local
537
tls_uart_options_t *
uartCfg
= NULL;
UartHostDevSetAttribute()
local
582
tls_uart_options_t *
uartCfg
= NULL;
UartHostDevGetAttribute()
local
[all...]
Completed in 2 milliseconds