ESP-IDF
uart_hal_get_txfifo_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_hal_get_txfifo_len
uart_hal_get_txfifo_len macro
Get the txfifo writeable length(in byte)
Syntax
Show:
Summary
Declaration
from
uart_hal.h:137
#define
uart_hal_get_txfifo_len
(
hal
)
uart_ll_get_txfifo_len
(
(
hal
)
->
dev
)
Arguments
Argument
Description
hal
Context of the HAL layer
Return value
UART txfifo writeable length
Examples
References
from
examples
Code
Location
#define
uart_hal_get_txfifo_len
(
hal
)
uart_ll_get_txfifo_len
(
(
hal
)
->
dev
)
uart_hal.h:137
while
(
!
uart_hal_get_txfifo_len
(
&
s_panic_uart
)
)
;
panic.c:90
uint32_t
tx_fifo_rem
=
uart_hal_get_txfifo_len
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
;
uart.c:1045
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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