ESP-IDF
uart_dev_s::
::
::dl1_en
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::
::
::dl1_en
uart_dev_s::
::
::dl1_en field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:264
uint32_t
dl1_en
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
dl1_en
:
1
;
/*Set this bit to delay the stop bit by 1 bit.*/
uart_struct.h:264
hw
->
rs485_conf
.
dl1_en
=
1
;
uart_ll.h:443
uart_ll_set_stop_bits()
hw
->
rs485_conf
.
dl1_en
=
0
;
uart_ll.h:446
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::dl1_en
is written by 1 function and is read by 1 function:
uart_ll_set_stop_bits()
All items filtered out
uart_dev_s::
::
::dl1_en
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