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_buf_size
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_uart.h
152
hi_u16
tx_buf_size
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
hi_uart.c
91
extra_attr->
tx_buf_size
= udd->act.tx_buffer_size;
in get_uart_param()
193
if (extra_attr->
tx_buf_size
!= 0) {
in init_uart_extra_param()
194
udd->act.tx_buffer_size = extra_attr->
tx_buf_size
;
in init_uart_extra_param()
H
A
D
uart_drv.c
39
hi_u32 uart_init_circ_buf(uart_driver_data_t *udd, unsigned int rx_buf_size, unsigned int
tx_buf_size
)
in uart_init_circ_buf()
argument
41
if ((!rx_buf_size) || (!
tx_buf_size
)) {
in uart_init_circ_buf()
63
udd->tx_transfer->data = (char *) hi_malloc(HI_MOD_ID_UART,
tx_buf_size
);
in uart_init_circ_buf()
68
udd->tx_transfer->size =
tx_buf_size
;
in uart_init_circ_buf()
Completed in 3 milliseconds