ESP-IDF
+
0
/1 examples
SourceVu will show references to
uart_set_loop_back()
from the following samples and libraries:
select sample
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_set_loop_back()
uart_set_loop_back() function
Configure TX signal loop back to RX module, just for the test usage. * @return - ESP_OK on success - ESP_ERR_INVALID_ARG Parameter error - ESP_FAIL Driver not installed
Syntax
Show:
Summary
Declaration
Definition
from
uart.h:845
esp_err_t
uart_set_loop_back
(
uart_port_t
uart_num
,
bool
loop_back_en
)
;
Implemented in
uart.c:1973
Arguments
Argument
Description
uart_num
UART number
loop_back_en
Set true to enable the loop back function, else set it false.
Examples
uart_set_loop_back()
is referenced by 1 libraries and example projects:
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