ESP-IDF
uart_dev_s::idle_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::idle_conf
uart_dev_s::idle_conf field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:251
union
{
struct
{
uint32_t
rx_idle_thrhd
:
10
;
uint32_t
tx_idle_num
:
10
;
uint32_t
tx_brk_num
:
8
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
idle_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
idle_conf
;
uart_struct.h:259
hw
->
idle_conf
.
rx_idle_thrhd
=
rx_idle_thr
;
uart_ll.h:541
uart_ll_set_rx_idle_thr()
hw
->
idle_conf
.
tx_idle_num
=
idle_num
;
uart_ll.h:554
uart_ll_set_tx_idle_num()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
idle_conf
,
tx_brk_num
,
break_num
)
;
uart_ll.h:568
uart_ll_tx_break()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::idle_conf
is read by 3 functions:
All items filtered out
uart_dev_s::idle_conf
uart_ll_set_rx_idle_thr()
uart_ll_set_tx_idle_num()
uart_ll_tx_break()
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