ESP-IDF
rmt_fill_memory()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_fill_memory()
rmt_fill_memory() function
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:710
static
void
IRAM_ATTR
rmt_fill_memory
(
rmt_channel_t
channel
,
const
rmt_item32_t
*
item
,
uint16_t
item_num
,
uint16_t
mem_offset
)
;
Arguments
Argument
channel
item
item_num
mem_offset
Examples
References
from
examples
Code
Location
Referrer
static
void
IRAM_ATTR
rmt_fill_memory
(
rmt_channel_t
channel
,
const
rmt_item32_t
*
item
,
rmt_legacy.c:710
rmt_fill_memory
(
channel
,
item
,
item_num
,
mem_offset
)
;
rmt_legacy.c:729
rmt_fill_tx_items()
rmt_fill_memory
(
channel
,
pdata
,
p_rmt
->
tx_sub_len
,
p_rmt
->
tx_offset
)
;
rmt_legacy.c:808
rmt_driver_isr_default()
rmt_fill_memory
(
channel
,
&
stop_data
,
1
,
p_rmt
->
tx_offset
)
;
rmt_legacy.c:812
rmt_driver_isr_default()
rmt_fill_memory
(
channel
,
pdata
,
len_rem
,
p_rmt
->
tx_offset
)
;
rmt_legacy.c:814
rmt_driver_isr_default()
rmt_fill_memory
(
channel
,
&
stop_data
,
1
,
p_rmt
->
tx_offset
+
len_rem
)
;
rmt_legacy.c:815
rmt_driver_isr_default()
rmt_fill_memory
(
channel
,
rmt_item
,
item_block_len
,
0
)
;
rmt_legacy.c:1139
rmt_write_items()
rmt_fill_memory
(
channel
,
rmt_item
,
len_rem
,
0
)
;
rmt_legacy.c:1148
rmt_write_items()
rmt_fill_memory
(
channel
,
&
stop_data
,
1
,
len_rem
)
;
rmt_legacy.c:1154
rmt_write_items()
rmt_fill_memory
(
channel
,
p_rmt
->
tx_buf
,
p_rmt
->
tx_len_rem
,
0
)
;
rmt_legacy.c:1284
rmt_write_sample()
rmt_fill_memory
(
channel
,
&
stop_data
,
1
,
p_rmt
->
tx_len_rem
)
;
rmt_legacy.c:1297
rmt_write_sample()
Call Tree
from
examples
rmt_fill_memory()
is called by 4 functions:
rmt_fill_tx_items()
rmt_driver_isr_default()
rmt_write_items()
rmt_write_sample()
All items filtered out
rmt_fill_memory()
All items filtered out
Data Use
from
examples
rmt_fill_memory()
reads 3 variables:
rmt_mem_t::
::data32
rmt_mem_t::chan
RMTMEM
All items filtered out
rmt_fill_memory()
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