ESP-IDF
uart_dev_s::
::
::parity_en
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_en
uart_dev_s::
::
::parity_en field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:160
uint32_t
parity_en
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
parity_en
:
1
;
/*Set this bit to enable uart parity check.*/
uart_struct.h:160
hw
->
conf0
.
parity_en
=
(
parity_mode
>
>
1
)
&
0x1
;
uart_ll.h:482
uart_ll_set_parity()
if
(
hw
->
conf0
.
parity_en
)
{
uart_ll.h:495
uart_ll_get_parity()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::parity_en
is written by 1 function and is read by 1 function:
uart_ll_set_parity()
All items filtered out
uart_dev_s::
::
::parity_en
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