ESP-IDF
uart_dev_s::
::
::bit_num
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::
::
::bit_num
uart_dev_s::
::
::bit_num field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:161
uint32_t
bit_num
:
2
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
bit_num
:
2
;
/*This register is used to set the length of data: 0:5bits 1:6bits 2:7bits 3:8bits*/
uart_struct.h:161
hw
->
conf0
.
bit_num
=
data_bit
;
uart_ll.h:675
uart_ll_set_data_bit_num()
*
data_bit
=
(
uart_word_length_t
)
hw
->
conf0
.
bit_num
;
uart_ll.h:885
uart_ll_get_data_bit_num()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::bit_num
is written by 1 function and is read by 1 function:
uart_ll_set_data_bit_num()
All items filtered out
uart_dev_s::
::
::bit_num
uart_ll_get_data_bit_num()
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