ESP-IDF
rmt_dev_t::
::
::
::idle_thres
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_dev_t::
::
::
::idle_thres
rmt_dev_t::
::
::
::idle_thres field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:22
uint32_t
idle_thres
:
16
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
idle_thres
:
16
;
/*In receive mode when no edge is detected on the input signal for longer than reg_idle_thres_ch0 then the receive process is done.*/
rmt_struct.h:22
HAL_FORCE_MODIFY_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
idle_thres
,
thres
)
;
rmt_ll.h:429
rmt_ll_rx_set_idle_thres()
return
HAL_FORCE_READ_U32_REG_FIELD
(
dev
->
conf_ch
[
channel
]
.
conf0
,
idle_thres
)
;
rmt_ll.h:611
rmt_ll_rx_get_idle_thres()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::
::
::
::idle_thres
is written by 1 function and is read by 1 function:
rmt_ll_rx_set_idle_thres()
All items filtered out
rmt_dev_t::
::
::
::idle_thres
rmt_ll_rx_get_idle_thres()
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