ESP-IDF
uart_hal_set_rts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_set_rts
uart_hal_set_rts macro
Set the UART rst signal active level
Syntax
Show:
Summary
Declaration
from
uart_hal.h:128
#define
uart_hal_set_rts
(
hal
,
active_level
)
uart_ll_set_rts_active_level
(
(
hal
)
->
dev
,
active_level
)
Arguments
Argument
Description
hal
Context of the HAL layer
active_level
The rts active level. The active level is low if set to 0. The active level is high if set to 1
Return value
None
Examples
References
from
examples
Code
Location
#define
uart_hal_set_rts
(
hal
,
active_level
)
uart_ll_set_rts_active_level
(
(
hal
)
->
dev
,
active_level
)
uart_hal.h:128
uart_hal_set_rts
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
level
)
;
uart.c:840
uart_hal_set_rts
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
0
)
;
uart.c:993
uart_hal_set_rts
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
1
)
;
uart.c:1308
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