ESP-IDF
uart_dev_s::
::val
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::
::val
uart_dev_s::
::val field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:155
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
uart_struct.h:155
fifo_cnt
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
rxfifo_cnt
)
;
uart_ll.h:363
uart_ll_rxfifo_rst()
uint32_t
fifo_cnt
=
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
rxfifo_cnt
)
;
uart_ll.h:401
uart_ll_get_rxfifo_len()
return
UART_LL_FIFO_DEF_LEN
-
HAL_FORCE_READ_U32_REG_FIELD
(
hw
->
status
,
txfifo_cnt
)
;
uart_ll.h:428
uart_ll_get_txfifo_len()
status
.
val
=
hw
->
status
.
val
;
uart_ll.h:898
uart_ll_is_tx_idle()
return
(
(
HAL_FORCE_READ_U32_REG_FIELD
(
status
,
txfifo_cnt
)
==
0
)
&&
(
status
.
st_utx_out
==
0
)
)
;
uart_ll.h:899
uart_ll_is_tx_idle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::val
is written by 4 functions and is read by 4 functions:
uart_ll_rxfifo_rst()
uart_ll_get_rxfifo_len()
uart_ll_get_txfifo_len()
uart_ll_is_tx_idle()
All items filtered out
uart_dev_s::
::val
uart_ll_rxfifo_rst()
uart_ll_get_rxfifo_len()
uart_ll_get_txfifo_len()
uart_ll_is_tx_idle()
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