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:flow_fifo_line
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
hi_uart.c
87
extra_attr->
flow_fifo_line
= (hi_uart_fifo_line)(udd->attr.
flow_fifo_line
+ 1);
in get_uart_param()
152
extra_attr->
flow_fifo_line
<= HI_FIFO_LINE_SEVEN_EIGHTS &&
in uart_check_extra_param()
184
if (extra_attr->
flow_fifo_line
!= 0) {
in init_uart_extra_param()
185
udd->attr.
flow_fifo_line
= (hi_u8)(extra_attr->
flow_fifo_line
) - 1;
in init_uart_extra_param()
H
A
D
uart_drv.h
78
hi_u8
flow_fifo_line
; /**< 0: rx FIFO≥1/8full; 1:rx FIFO≥1/4full; 2:rx FIFO≥1/2full; 3:rx FIFO≥3/4full;
member
H
A
D
uart.c
243
&& attr->tx_fifo_line <= 4 && attr->rx_fifo_line <= 4 && attr->
flow_fifo_line
<= 4) { /* 4 */
in uart_check_ioctrl_param()
H
A
D
uart_drv.c
563
uart_param.fifoline_rts = udd->attr.
flow_fifo_line
;
in uart_drv_set_attr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_uart.h
149
hi_uart_fifo_line
flow_fifo_line
;
member
Completed in 5 milliseconds