ESP-IDF
rmt_rx_destroy()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_rx_destroy()
rmt_rx_destroy() function
Syntax
Show:
Summary
Declaration
from
rmt_rx.c:152
static
esp_err_t
rmt_rx_destroy
(
rmt_rx_channel_t
*
rx_channel
)
;
Arguments
Argument
rx_channel
Related Functions
Found 2 other functions taking a
rmt_rx_channel_t
argument:
Function
rmt_rx_register_to_group()
rmt_isr_handle_rx_done()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
rmt_rx_destroy
(
rmt_rx_channel_t
*
rx_channel
)
rmt_rx.c:152
rmt_rx_destroy
(
rx_channel
)
;
rmt_rx.c:342
rmt_new_rx_channel()
ESP_RETURN_ON_ERROR
(
rmt_rx_destroy
(
rx_chan
)
,
TAG
,
"destroy rx channel failed"
)
;
rmt_rx.c:357
rmt_del_rx_channel()
Call Tree
from
examples
rmt_rx_destroy()
is called by 2 functions and calls 7 functions:
rmt_new_rx_channel()
rmt_del_rx_channel()
All items filtered out
rmt_rx_destroy()
free()
esp_intr_free()
esp_log_timestamp()
esp_log_write()
esp_rom_gpio_connect_in_signal()
esp_pm_lock_delete()
rmt_rx_unregister_from_group()
All items filtered out
Data Use
from
examples
rmt_rx_destroy()
reads 18 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_signal_conn_t::
::
::
::rx_sig
rmt_signal_conn_t::
::channels
rmt_signal_conn_t::groups
rmt_periph_signals
rmt_rx_channel_t::base
rmt_group_t::group_id
rmt_channel_t::channel_id
rmt_channel_t::gpio_num
rmt_channel_t::group
rmt_channel_t::intr
rmt_channel_t::pm_lock
rmt_rx_channel_t::dma_nodes
TAG
All items filtered out
rmt_rx_destroy()
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
rmt_rx_destroy()
allocates 2 typess:
dma_descriptor_s
rmt_rx_channel_t
All items filtered out
rmt_rx_destroy()
All items filtered out