ESP-IDF
rmt_dev_t::
::
::
::mem_size
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_dev_t::
::
::
::mem_size
rmt_dev_t::
::
::
::mem_size field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:23
uint32_t
mem_size
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
mem_size
:
4
;
/*This register is used to configure the the amount of memory blocks allocated to channel0-7.*/
rmt_struct.h:23
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
=
block_num
;
rmt_ll.h:244
rmt_ll_tx_set_mem_blocks()
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
=
block_num
;
rmt_ll.h:416
rmt_ll_rx_set_mem_blocks()
return
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
;
rmt_ll.h:617
rmt_ll_tx_get_mem_blocks()
return
dev
->
conf_ch
[
channel
]
.
conf0
.
mem_size
;
rmt_ll.h:623
rmt_ll_rx_get_mem_blocks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::
::
::
::mem_size
is written by 2 functions and is read by 2 functions:
rmt_ll_tx_set_mem_blocks()
rmt_ll_rx_set_mem_blocks()
All items filtered out
rmt_dev_t::
::
::
::mem_size
rmt_ll_tx_get_mem_blocks()
rmt_ll_rx_get_mem_blocks()
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