ESP-IDF
uart_hal_is_tx_idle
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_is_tx_idle
uart_hal_is_tx_idle macro
Check if the UART sending state machine is in the IDLE state.
Syntax
Show:
Summary
Declaration
from
uart_hal.h:146
#define
uart_hal_is_tx_idle
(
hal
)
uart_ll_is_tx_idle
(
(
hal
)
->
dev
)
Arguments
Argument
Description
hal
Context of the HAL layer
Return value
True if the state machine is in the IDLE state, otherwise false will be returned.
Examples
References
from
examples
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