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:line_speed
(Results
1 - 2
of
2
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
hardware.c
348
uint8_t line_speed_to_userial_baud(uint32_t
line_speed
)
in line_speed_to_userial_baud()
argument
352
if (
line_speed
== USERIAL_LINESPEED_4M)
in line_speed_to_userial_baud()
354
else if (
line_speed
== USERIAL_LINESPEED_3M)
in line_speed_to_userial_baud()
356
else if (
line_speed
== USERIAL_LINESPEED_2M)
in line_speed_to_userial_baud()
358
else if (
line_speed
== USERIAL_LINESPEED_1_5M)
in line_speed_to_userial_baud()
360
else if (
line_speed
== USERIAL_LINESPEED_1M)
in line_speed_to_userial_baud()
362
else if (
line_speed
== USERIAL_LINESPEED_921600)
in line_speed_to_userial_baud()
364
else if (
line_speed
== USERIAL_LINESPEED_460800)
in line_speed_to_userial_baud()
366
else if (
line_speed
== USERIAL_LINESPEED_230400)
in line_speed_to_userial_baud()
368
else if (
line_speed
in line_speed_to_userial_baud()
[all...]
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
hardware.c
396
uint8_t line_speed_to_userial_baud(uint32_t
line_speed
)
in line_speed_to_userial_baud()
argument
400
if (
line_speed
== USERIAL_LINESPEED_4M)
in line_speed_to_userial_baud()
402
else if (
line_speed
== USERIAL_LINESPEED_3M)
in line_speed_to_userial_baud()
404
else if (
line_speed
== USERIAL_LINESPEED_2M)
in line_speed_to_userial_baud()
406
else if (
line_speed
== USERIAL_LINESPEED_1_5M)
in line_speed_to_userial_baud()
408
else if (
line_speed
== USERIAL_LINESPEED_1M)
in line_speed_to_userial_baud()
410
else if (
line_speed
== USERIAL_LINESPEED_921600)
in line_speed_to_userial_baud()
412
else if (
line_speed
== USERIAL_LINESPEED_460800)
in line_speed_to_userial_baud()
414
else if (
line_speed
== USERIAL_LINESPEED_230400)
in line_speed_to_userial_baud()
416
else if (
line_speed
in line_speed_to_userial_baud()
[all...]
Completed in 4 milliseconds