ESP-IDF
uart_dev_s::
::
::stop_bit_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::
::
::stop_bit_num
uart_dev_s::
::
::stop_bit_num field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:162
uint32_t
stop_bit_num
:
2
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
stop_bit_num
:
2
;
/*This register is used to set the length of stop bit. 1:1bit 2:1.5bits 3:2bits*/
uart_struct.h:162
hw
->
conf0
.
stop_bit_num
=
0x1
;
uart_ll.h:444
uart_ll_set_stop_bits()
hw
->
conf0
.
stop_bit_num
=
stop_bit
;
uart_ll.h:447
uart_ll_set_stop_bits()
if
(
hw
->
rs485_conf
.
dl1_en
==
1
&&
hw
->
conf0
.
stop_bit_num
==
0x1
)
{
uart_ll.h:462
uart_ll_get_stop_bits()
*
stop_bit
=
(
uart_stop_bits_t
)
hw
->
conf0
.
stop_bit_num
;
uart_ll.h:465
uart_ll_get_stop_bits()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::stop_bit_num
is written by 1 function and is read by 1 function:
uart_ll_set_stop_bits()
All items filtered out
uart_dev_s::
::
::stop_bit_num
uart_ll_get_stop_bits()
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