ESP-IDF
rmt_group_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_group_t
rmt_group_t struct
Syntax
Show:
Summary
Declaration
Definition
from
rmt_private.h:105
typedef
struct
rmt_group_t
rmt_group_t
;
Implemented in
rmt_private.h:111
Fields
Field
Declared as
rmt_group_t::group_id
int
rmt_group_t::spinlock
portMUX_TYPE
rmt_group_t::hal
rmt_hal_context_t
rmt_group_t::clk_src
rmt_clock_source_t
rmt_group_t::resolution_hz
uint32_t
rmt_group_t::occupy_mask
uint32_t
rmt_group_t::tx_channels
rmt_tx_channel_t
*
[
SOC_RMT_TX_CANDIDATES_PER_GROUP
]
rmt_group_t::rx_channels
rmt_rx_channel_t
*
[
SOC_RMT_RX_CANDIDATES_PER_GROUP
]
rmt_group_t::sync_manager
rmt_sync_manager_t
*
rmt_group_t::intr_priority
int
Related Functions
Found 6 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()
rmt_create_retention_module()
Create sleep retention link
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