ESP-IDF
rmt_dev_t::status_ch
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_dev_t::status_ch
rmt_dev_t::status_ch field
Syntax
Show:
Summary
Declaration
from
rmt_struct.h:51
volatile
uint32_t
status_ch
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
volatile
uint32_t
status_ch
[
8
]
;
/*The status for channel0-7*/
rmt_struct.h:51
return
(
dev
->
status_ch
[
channel
]
&
0x3FF
)
-
(
channel
)
*
64
;
rmt_ll.h:481
rmt_ll_rx_get_memory_writer_offset()
return
dev
->
status_ch
[
channel
]
;
rmt_ll.h:585
rmt_ll_tx_get_status_word()
return
dev
->
status_ch
[
channel
]
;
rmt_ll.h:591
rmt_ll_rx_get_status_word()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_dev_t::status_ch
is read by 3 functions:
All items filtered out
rmt_dev_t::status_ch
rmt_ll_rx_get_memory_writer_offset()
rmt_ll_tx_get_status_word()
rmt_ll_rx_get_status_word()
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