ESP-IDF
+
0
/5 examples
SourceVu will show references to
uart_parity_t
from the following samples and libraries:
nmea0183_parser sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_parity_t
uart_parity_t enum
Syntax
Show:
Summary
Declaration
from
uart_types.h:77
enum
{
UART_PARITY_DISABLE
=
0x0
,
UART_PARITY_EVEN
=
0x2
,
UART_PARITY_ODD
=
0x3
}
;
Values
Value
Declared as
Description
uart_parity_t::UART_PARITY_DISABLE
=
0x0
Disable UART parity.
uart_parity_t::UART_PARITY_EVEN
=
0x2
Enable UART even parity.
uart_parity_t::UART_PARITY_ODD
=
0x3
Enable UART odd parity.
Examples
uart_parity_t
is referenced by 5 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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