ESP-IDF
uart_is_driver_installed()
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_is_driver_installed()
uart_is_driver_installed() function
Checks whether the driver is installed or not
Syntax
Show:
Summary
Declaration
Definition
from
uart.h:140
bool
uart_is_driver_installed
(
uart_port_t
uart_num
)
;
Implemented in
uart.c:1835
Arguments
Argument
Description
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
Return value
- true driver is installed - false driver is not installed
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