ESP-IDF
rmt_create_retention_module()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_create_retention_module()
rmt_create_retention_module() function
Create sleep retention link
Syntax
Show:
Summary
Declaration
from
rmt_private.h:256
void
rmt_create_retention_module
(
rmt_group_t
*
group
)
;
Arguments
Argument
Description
group
RMT group handle, returned from `rmt_acquire_group_handle`
Related Functions
Found 5 other functions taking a
rmt_group_t
argument:
Function
Description
rmt_release_group_handle()
Release RMT group handle
rmt_set_intr_priority_to_group()
Set interrupt priority to RMT group
rmt_get_isr_flags()
Get isr_flags to be passed to `esp_intr_alloc_intrstatus()` according to `intr_priority` set in RMT group
rmt_rx_unregister_from_group()
rmt_tx_unregister_from_group()
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