ESP-IDF
RMT_MEM_ITEM_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_MEM_ITEM_NUM
RMT_MEM_ITEM_NUM macro
Define memory space of each RMT channel (in words = 4 bytes)
Syntax
Show:
Summary
Declaration
from
rmt_types_legacy.h:24
#define
RMT_MEM_ITEM_NUM
SOC_RMT_MEM_WORDS_PER_CHANNEL
Examples
References
from
examples
Code
Location
#define
RMT_MEM_ITEM_NUM
SOC_RMT_MEM_WORDS_PER_CHANNEL
rmt_types_legacy.h:24
uint32_t
item_block_len
=
rmt_ll_tx_get_mem_blocks
(
rmt_contex
.
hal
.
regs
,
channel
)
*
RMT_MEM_ITEM_NUM
;
rmt_legacy.c:530
ESP_RETURN_ON_FALSE
(
mem_cnt
*
RMT_MEM_ITEM_NUM
>=
item_num
,
ESP_ERR_INVALID_ARG
,
TAG
,
RMT_WR_MEM_OVF_ERROR_STR
)
;
rmt_legacy.c:728
int
item_block_len
=
mem_blocks
*
RMT_MEM_ITEM_NUM
;
rmt_legacy.c:1133
int
item_sub_len
=
mem_blocks
*
RMT_MEM_ITEM_NUM
/
2
;
rmt_legacy.c:1134
const
uint32_t
block_size
=
mem_blocks
*
RMT_MEM_ITEM_NUM
*
sizeof
(
rmt_item32_t
)
;
rmt_legacy.c:1216
const
uint32_t
item_block_len
=
mem_blocks
*
RMT_MEM_ITEM_NUM
;
rmt_legacy.c:1278
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