ESP-IDF
uart_dev_s::rs485_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::rs485_conf
uart_dev_s::rs485_conf field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:260
union
{
struct
{
uint32_t
en
:
1
;
uint32_t
dl0_en
:
1
;
uint32_t
dl1_en
:
1
;
uint32_t
tx_rx_en
:
1
;
uint32_t
rx_busy_tx_en
:
1
;
uint32_t
rx_dly_num
:
1
;
uint32_t
tx_dly_num
:
4
;
uint32_t
reserved10
:
22
;
}
;
uint32_t
val
;
}
rs485_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
rs485_conf
;
uart_struct.h:272
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()
hw
->
rs485_conf
.
en
=
0
;
uart_ll.h:742
uart_ll_set_mode_normal()
hw
->
rs485_conf
.
tx_rx_en
=
0
;
uart_ll.h:743
uart_ll_set_mode_normal()
hw
->
rs485_conf
.
rx_busy_tx_en
=
0
;
uart_ll.h:744
uart_ll_set_mode_normal()
hw
->
rs485_conf
.
rx_busy_tx_en
=
1
;
uart_ll.h:758
uart_ll_set_mode_rs485_app_ctrl()
hw
->
rs485_conf
.
en
=
1
;
uart_ll.h:762
uart_ll_set_mode_rs485_app_ctrl()
hw
->
rs485_conf
.
tx_rx_en
=
0
;
uart_ll.h:777
uart_ll_set_mode_rs485_half_duplex()
hw
->
rs485_conf
.
rx_busy_tx_en
=
1
;
uart_ll.h:779
uart_ll_set_mode_rs485_half_duplex()
hw
->
rs485_conf
.
en
=
1
;
uart_ll.h:781
uart_ll_set_mode_rs485_half_duplex()
hw
->
rs485_conf
.
tx_rx_en
=
1
;
uart_ll.h:795
uart_ll_set_mode_collision_detect()
hw
->
rs485_conf
.
rx_busy_tx_en
=
1
;
uart_ll.h:797
uart_ll_set_mode_collision_detect()
hw
->
rs485_conf
.
en
=
1
;
uart_ll.h:799
uart_ll_set_mode_collision_detect()
hw
->
rs485_conf
.
en
=
0
;
uart_ll.h:811
uart_ll_set_mode_irda()
hw
->
rs485_conf
.
tx_rx_en
=
0
;
uart_ll.h:812
uart_ll_set_mode_irda()
hw
->
rs485_conf
.
rx_busy_tx_en
=
0
;
uart_ll.h:813
uart_ll_set_mode_irda()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::rs485_conf
is read by 7 functions:
All items filtered out
uart_dev_s::rs485_conf
uart_ll_set_stop_bits()
uart_ll_get_stop_bits()
uart_ll_set_mode_normal()
uart_ll_set_mode_rs485_app_ctrl()
uart_ll_set_mode_rs485_half_duplex()
uart_ll_set_mode_collision_detect()
uart_ll_set_mode_irda()
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