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:parity
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
rfcomm.h
144
// The
parity
. P=0: no
parity
, P=1:
parity
. Default value = 0 (no
parity
)
145
uint8_t
parity
;
member
146
// Parity type.00 odd
parity
,01 even
parity
,10 mark
parity
,11 space
parity
167
// Parity Error - Received characters
parity
wa
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_channel_fsm.c
371
channel->portConfig.
parity
= info.rpn.rpnInfo.
parity
;
in RfcommRecvRpnCmd()
H
A
D
rfcomm_frames.c
391
((portConfig->
parity
) << RFCOMM_RPN_SHIFT_PARITY) |
in RfcommSendUihRpn()
1131
output.info->rpn.rpnInfo.
parity
= (data[RFCOMM_OFFSET_2] >> RFCOMM_RPN_SHIFT_PARITY) & 1;
in RfcommSetRpnInfo()
Completed in 4 milliseconds