ESP-IDF
uart_dev_s::
::
::txfifo_cnt
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::
::
::txfifo_cnt
uart_dev_s::
::
::txfifo_cnt field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:148
uint32_t
txfifo_cnt
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
txfifo_cnt
:
8
;
/*(tx_mem_cnt txfifo_cnt) stores the byte number of valid data in transmitter's fifo.tx_mem_cnt stores the 3 most significant bits txfifo_cnt stores the 8 least significant bits.*/
uart_struct.h:148
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()
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::
::
::txfifo_cnt
is read by 2 functions:
All items filtered out
uart_dev_s::
::
::txfifo_cnt
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