ESP-IDF
uart_dev_s::
::
::parity
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_dev_s::
::
::parity
uart_dev_s::
::
::parity field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:159
uint32_t
parity
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
parity
:
1
;
/*This register is used to configure the parity check mode. 0:even 1:odd*/
uart_struct.h:159
hw
->
conf0
.
parity
=
parity_mode
&
0x1
;
uart_ll.h:480
uart_ll_set_parity()
*
parity_mode
=
(
uart_parity_t
)
(
0x2
|
hw
->
conf0
.
parity
)
;
uart_ll.h:496
uart_ll_get_parity()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::parity
is written by 1 function and is read by 1 function:
uart_ll_set_parity()
All items filtered out
uart_dev_s::
::
::parity
uart_ll_get_parity()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out