ESP-IDF
rmt_mem_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_mem_t
rmt_mem_t struct
RMT hardware memory layout
Syntax
Show:
Summary
Declaration
from
rmt_types_legacy.h:45
typedef
struct
{
struct
{
volatile
rmt_item32_t
data32
[
SOC_RMT_MEM_WORDS_PER_CHANNEL
]
;
}
chan
[
SOC_RMT_CHANNELS_PER_GROUP
]
;
}
rmt_mem_t
;
Fields
Field
Declared as
rmt_mem_t::chan
struct
{
volatile
rmt_item32_t
data32
[
SOC_RMT_MEM_WORDS_PER_CHANNEL
]
;
}
[
SOC_RMT_CHANNELS_PER_GROUP
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
rmt_types_legacy.h:45
}
rmt_mem_t
;
rmt_types_legacy.h:49
extern
rmt_mem_t
RMTMEM
;
rmt_legacy.c:137
}
rmt_mem_t
;
rmt_types_legacy.h:49
rmt_mem_t
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
Instance
Scope
Location
Project
RMTMEM
rmt_legacy.c:137
Lifecycle
from
examples
All items filtered out
All items filtered out