ESP-IDF
rmt_get_channel_status()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_get_channel_status()
rmt_get_channel_status() function
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:1311
esp_err_t
rmt_get_channel_status
(
rmt_channel_status_result_t
*
channel_status
)
;
Arguments
Argument
channel_status
Examples
References
from
examples
Code
Location
esp_err_t
rmt_get_channel_status
(
rmt_channel_status_result_t
*
channel_status
)
rmt_legacy.c:1311
Call Tree
from
examples
rmt_get_channel_status()
calls 4 functions:
All items filtered out
rmt_get_channel_status()
esp_log_timestamp()
esp_log_write()
xQueueGenericSend()
xQueueSemaphoreTake()
All items filtered out
Data Use
from
examples
rmt_get_channel_status()
reads 13 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
TAG
rmt_obj_t::tx_sem
p_rmt_obj
rmt_channel_status_t::RMT_CHANNEL_UNINIT
rmt_channel_status_t::RMT_CHANNEL_IDLE
rmt_channel_status_t::RMT_CHANNEL_BUSY
rmt_channel_status_result_t::status
rmt_channel_t::RMT_CHANNEL_MAX
All items filtered out
rmt_get_channel_status()
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