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:tx_fifo_line
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
hi_uart.c
85
extra_attr->
tx_fifo_line
= (hi_uart_fifo_line)(udd->attr.
tx_fifo_line
+ 1);
in get_uart_param()
150
if (extra_attr->
tx_fifo_line
<= HI_FIFO_LINE_SEVEN_EIGHTS &&
in uart_check_extra_param()
178
if (extra_attr->
tx_fifo_line
!= 0) {
in init_uart_extra_param()
179
udd->attr.
tx_fifo_line
= (hi_u8)(extra_attr->
tx_fifo_line
) - 1;
in init_uart_extra_param()
H
A
D
uart_drv.c
269
hi_u32
tx_fifo_line
= udd->attr.
tx_fifo_line
;
in uart_get_tx_fifo_available_cnt()
local
271
switch (
tx_fifo_line
) {
in uart_get_tx_fifo_available_cnt()
561
uart_param.fifoline_tx_int = udd->attr.
tx_fifo_line
;
in uart_drv_set_attr()
H
A
D
uart_drv.h
74
hi_u8
tx_fifo_line
; /**< 0: tx FIFO≤1/8full; 1:tx FIFO≤1/4full; 2:tx FIFO≤1/2full; 3:tx 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()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_uart.h
147
hi_uart_fifo_line
tx_fifo_line
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
spi.h
274
hi_u16
tx_fifo_line
;
member
H
A
D
hi_spi.c
489
g_spi_ctrl[id]->spi_cfg.
tx_fifo_line
= SPI0_TX_FIFO_WATER_LINE;
in spi_ctrl_init()
495
g_spi_ctrl[id]->spi_cfg.
tx_fifo_line
= SPI1_TX_FIFO_WATER_LINE;
in spi_ctrl_init()
H
A
D
spi.c
193
reg_val |= (hi_u16)(spi_hw_ctrl->spi_cfg.
tx_fifo_line
<< SPI_FIFO_LINE_OFFSET);
in spi_set_fifo_line()
Completed in 7 milliseconds