ESP-IDF
rmt_set_tx_loop_mode()
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_set_tx_loop_mode()
rmt_set_tx_loop_mode() function
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:411
esp_err_t
rmt_set_tx_loop_mode
(
rmt_channel_t
channel
,
bool
loop_en
)
;
Arguments
Argument
channel
loop_en
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
rmt_set_tx_loop_mode
(
rmt_channel_t
channel
,
bool
loop_en
)
rmt_legacy.c:411
rmt_set_tx_loop_mode
(
channel
,
false
)
;
rmt_legacy.c:1141
rmt_write_items()
Call Tree
from
examples
rmt_set_tx_loop_mode()
is called by 1 function and calls 5 functions:
rmt_write_items()
All items filtered out
rmt_set_tx_loop_mode()
vPortEnterCriticalSafe()
vPortExitCriticalSafe()
esp_log_timestamp()
esp_log_write()
rmt_ll_tx_enable_loop()
All items filtered out
Data Use
from
examples
rmt_set_tx_loop_mode()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
rmt_hal_context_t::regs
TAG
rmt_contex_t::hal
rmt_contex_t::rmt_spinlock
rmt_contex
All items filtered out
rmt_set_tx_loop_mode()
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