ESP-IDF
+
0
/1 examples
SourceVu will show references to
uart_word_length_t
from the following samples and libraries:
nmea0183_parser 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_word_length_t
uart_word_length_t enum
Syntax
Show:
Summary
Declaration
from
uart_types.h:56
enum
{
UART_DATA_5_BITS
=
0x0
,
UART_DATA_6_BITS
=
0x1
,
UART_DATA_7_BITS
=
0x2
,
UART_DATA_8_BITS
=
0x3
,
UART_DATA_BITS_MAX
=
0x4
,
}
;
Values
Value
Declared as
Description
uart_word_length_t::UART_DATA_5_BITS
=
0x0
word length: 5bits.
uart_word_length_t::UART_DATA_6_BITS
=
0x1
word length: 6bits.
uart_word_length_t::UART_DATA_7_BITS
=
0x2
word length: 7bits.
uart_word_length_t::UART_DATA_8_BITS
=
0x3
word length: 8bits.
uart_word_length_t::UART_DATA_BITS_MAX
=
0x4
Examples
uart_word_length_t
is referenced by 1 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