ESP-IDF
rmt_sync_manager_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_sync_manager_t
rmt_sync_manager_t struct
Type of RMT synchronization manager handle
Syntax
Show:
Summary
Declaration
Definition
from
rmt_types.h:27
typedef
struct
rmt_sync_manager_t
*
rmt_sync_manager_handle_t
;
Implemented in
rmt_tx.c:34
Fields
Field
Declared as
rmt_sync_manager_t::group
rmt_group_t
*
rmt_sync_manager_t::channel_mask
uint32_t
rmt_sync_manager_t::array_size
size_t
rmt_sync_manager_t::tx_channel_array
rmt_channel_handle_t
[
]
Related Functions
Found 3 other functions taking a
rmt_sync_manager_t
argument:
Function
Description
rmt_new_sync_manager()
Create a synchronization manager for multiple TX channels, so that the managed channel can start transmitting at the same time
rmt_sync_reset()
Reset synchronization manager
rmt_del_sync_manager()
Delete synchronization manager
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