ESP-IDF
uart_hal_get_rx_tout_thr
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_rx_tout_thr
uart_hal_get_rx_tout_thr macro
Get the timeout threshold value set for receiver.
Syntax
Show:
Summary
Declaration
from
uart_hal.h:471
#define
uart_hal_get_rx_tout_thr
(
hal
)
uart_ll_get_rx_tout_thr
(
(
hal
)
->
dev
)
Arguments
Argument
hal
Return value
tout_thr The timeout value. If timeout is disabled then returns 0.
Examples
References
from
examples
Code
Location
#define
uart_hal_get_rx_tout_thr
(
hal
)
uart_ll_get_rx_tout_thr
(
(
hal
)
->
dev
)
uart_hal.h:471
uint16_t
rx_tout
=
uart_hal_get_rx_tout_thr
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
;
uart.c:1982
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