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:stopBits
(Results
1 - 10
of
10
) sorted by relevance
/drivers/hdf_core/framework/sample/platform/uart/src/
H
A
D
uart_pl011_sample.c
56
void UartPl011SetDataFormat(struct UartRegisterMap *regMap, uint32_t wordLen, uint32_t parity, uint32_t
stopBits
)
in UartPl011SetDataFormat()
argument
62
lcr |=
stopBits
& UART_PL011_LCR_H_STOPBIT_MASK;
in UartPl011SetDataFormat()
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_gr5xx.c
107
uint32_t
stopBits
;
in GetUartStopBits()
local
111
stopBits
= UART_STOPBITS_1;
in GetUartStopBits()
114
stopBits
= UART_STOPBITS_1_5;
in GetUartStopBits()
117
stopBits
= UART_STOPBITS_2;
in GetUartStopBits()
120
stopBits
= UART_STOPBITS_1;
in GetUartStopBits()
124
return
stopBits
;
in GetUartStopBits()
163
params->init.stop_bits = GetUartStopBits(udd->attr.
stopBits
);
in Gr5xxUartConfig()
652
udd->attr.
stopBits
= DEFAULT_STOPBITS;
in UartDevAttach()
H
A
D
uart_asr.c
144
uint32_t
stopBits
;
in GetUartStopBits()
local
148
stopBits
= STOP_1BIT;
in GetUartStopBits()
151
stopBits
= STOP_2BITS;
in GetUartStopBits()
154
stopBits
= STOP_1BIT;
in GetUartStopBits()
158
return
stopBits
;
in GetUartStopBits()
213
params->config.stop_bits = GetUartStopBits(udd->attr.
stopBits
);
in Asr582xUartConfig()
608
udd->attr.
stopBits
= DEFAULT_STOPBITS;
in UartDevAttach()
H
A
D
uart_wm.c
556
switch (attribute->
stopBits
) {
in UartHostDevSetAttribute()
600
attribute->
stopBits
= UART_ATTR_STOPBIT_1;
in UartHostDevGetAttribute()
603
attribute->
stopBits
= UART_ATTR_STOPBIT_2;
in UartHostDevGetAttribute()
606
attribute->
stopBits
= UART_ATTR_STOPBIT_1;
in UartHostDevGetAttribute()
H
A
D
uart_stm32f4xx.c
836
attribute->
stopBits
= UART_ATTR_STOPBIT_1;
839
attribute->
stopBits
= UART_ATTR_STOPBIT_1P5;
842
attribute->
stopBits
= UART_ATTR_STOPBIT_2;
845
attribute->
stopBits
= UART_ATTR_PARITY_NONE;
849
switch (attribute->
stopBits
) {
H
A
D
uart_bes.c
868
switch (attribute->
stopBits
) {
871
uartCfg->stop = attribute->
stopBits
;
936
attribute->
stopBits
= uartCfg->stop;
/drivers/hdf_core/framework/include/platform/
H
A
D
uart_if.h
131
unsigned int
stopBits
: 4;
member
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
uart_test.c
205
attribute.
stopBits
= UART_ATTR_STOPBIT_1;
in UartSetAttributeTest()
231
HDF_LOGD("UartGetAttributeTest:
stopBits
%u", attribute.
stopBits
);
in UartGetAttributeTest()
/drivers/hdf_core/framework/sample/platform/uart/include/
H
A
D
uart_pl011_sample.h
218
void UartPl011SetDataFormat(struct UartRegisterMap *regMap, uint32_t wordLen, uint32_t parity, uint32_t
stopBits
);
/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H
A
D
uart_adapter.c
438
attribute->
stopBits
= StopBitToAttr(termios.c_cflag);
in UartAdapterGetAttribute()
480
if (attribute->
stopBits
== UART_ATTR_STOPBIT_2) {
in UartAdapterSetAttribute()
Completed in 9 milliseconds