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:baud
(Results
1 - 6
of
6
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
userial_vendor.c
87
** Description helper function converts USERIAL
baud
rates into TCIO
88
** conforming
baud
rates
93
uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *
baud
)
in userial_to_tcio_baud()
argument
96
*
baud
= B115200;
in userial_to_tcio_baud()
98
*
baud
= B4000000;
in userial_to_tcio_baud()
100
*
baud
= B3000000;
in userial_to_tcio_baud()
102
*
baud
= B2000000;
in userial_to_tcio_baud()
104
*
baud
= B1500000;
in userial_to_tcio_baud()
106
*
baud
= B1000000;
in userial_to_tcio_baud()
108
*
baud
in userial_to_tcio_baud()
197
uint32_t
baud
;
userial_vendor_open()
local
[all...]
H
A
D
hardware.c
342
** Description helper function converts line speed number into USERIAL
baud
345
** Returns unit8_t (USERIAL
baud
symbol)
350
uint8_t
baud
;
in line_speed_to_userial_baud()
local
353
baud
= USERIAL_BAUD_4M;
in line_speed_to_userial_baud()
355
baud
= USERIAL_BAUD_3M;
in line_speed_to_userial_baud()
357
baud
= USERIAL_BAUD_2M;
in line_speed_to_userial_baud()
359
baud
= USERIAL_BAUD_1_5M;
in line_speed_to_userial_baud()
361
baud
= USERIAL_BAUD_1M;
in line_speed_to_userial_baud()
363
baud
= USERIAL_BAUD_921600;
in line_speed_to_userial_baud()
365
baud
in line_speed_to_userial_baud()
[all...]
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
userial_vendor.c
87
** Description helper function converts USERIAL
baud
rates into TCIO
88
** conforming
baud
rates
93
uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *
baud
)
in userial_to_tcio_baud()
argument
96
*
baud
= B115200;
in userial_to_tcio_baud()
98
*
baud
= B4000000;
in userial_to_tcio_baud()
100
*
baud
= B3000000;
in userial_to_tcio_baud()
102
*
baud
= B2000000;
in userial_to_tcio_baud()
104
*
baud
= B1500000;
in userial_to_tcio_baud()
106
*
baud
= B1000000;
in userial_to_tcio_baud()
108
*
baud
in userial_to_tcio_baud()
197
uint32_t
baud
;
userial_vendor_open()
local
[all...]
H
A
D
hardware.c
390
** Description helper function converts line speed number into USERIAL
baud
393
** Returns unit8_t (USERIAL
baud
symbol)
398
uint8_t
baud
;
in line_speed_to_userial_baud()
local
401
baud
= USERIAL_BAUD_4M;
in line_speed_to_userial_baud()
403
baud
= USERIAL_BAUD_3M;
in line_speed_to_userial_baud()
405
baud
= USERIAL_BAUD_2M;
in line_speed_to_userial_baud()
407
baud
= USERIAL_BAUD_1_5M;
in line_speed_to_userial_baud()
409
baud
= USERIAL_BAUD_1M;
in line_speed_to_userial_baud()
411
baud
= USERIAL_BAUD_921600;
in line_speed_to_userial_baud()
413
baud
in line_speed_to_userial_baud()
[all...]
/vendor/hihope/dayu210/bluetooth/include/
H
A
D
userial_vendor.h
38
/****
baud
rates ****/
113
uint8_t
baud
; /* Baud rate */
member
170
** Description Set new
baud
rate
/vendor/hihope/rk3568/bluetooth/include/
H
A
D
userial_vendor.h
38
/****
baud
rates ****/
113
uint8_t
baud
; /* Baud rate */
member
170
** Description Set new
baud
rate
Completed in 4 milliseconds