ESP-IDF
rmt_isr_handle_rx_done()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_isr_handle_rx_done()
rmt_isr_handle_rx_done() function
Syntax
Show:
Summary
Declaration
from
rmt_rx.c:591
static
bool
IRAM_ATTR
rmt_isr_handle_rx_done
(
rmt_rx_channel_t
*
rx_chan
)
;
Arguments
Argument
rx_chan
Related Functions
Found 2 other functions taking a
rmt_rx_channel_t
argument:
Function
rmt_rx_destroy()
rmt_rx_register_to_group()
Examples
References
from
examples
Code
Location
Referrer
static
bool
IRAM_ATTR
rmt_isr_handle_rx_done
(
rmt_rx_channel_t
*
rx_chan
)
rmt_rx.c:591
if
(
rmt_isr_handle_rx_done
(
rx_chan
)
)
{
rmt_rx.c:767
rmt_rx_default_isr()
Call Tree
from
examples
rmt_isr_handle_rx_done()
is called by 1 function and calls 11 functions:
rmt_rx_default_isr()
All items filtered out
rmt_isr_handle_rx_done()
esp_log_get_default_level()
vPortEnterCritical()
__assert_func()
esp_rom_printf()
vPortExitCritical()
rmt_ll_rx_reset_pointer()
rmt_ll_rx_get_memory_writer_offset()
rmt_ll_clear_interrupt_status()
rmt_ll_rx_enable()
rmt_ll_rx_set_mem_owner()
rmt_ll_rx_get_interrupt_status_raw()
All items filtered out
Data Use
from
examples
rmt_isr_handle_rx_done()
reads 18 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
rmt_hal_context_t::regs
rmt_ll_mem_owner_t::RMT_LL_MEM_OWNER_SW
rmt_ll_mem_owner_t::RMT_LL_MEM_OWNER_HW
rmt_rx_trans_desc_t::buffer
rmt_rx_trans_desc_t::buffer_size
rmt_rx_trans_desc_t::received_symbol_num
rmt_rx_trans_desc_t::copy_dest_off
rmt_rx_trans_desc_t::
::en_partial_rx
rmt_rx_trans_desc_t::flags
rmt_rx_channel_t::mem_off
rmt_fsm_t::RMT_FSM_ENABLE
rmt_channel_t::channel_id
rmt_channel_t::group
rmt_channel_t::hw_mem_base
rmt_rx_channel_t::on_recv_done
rmt_rx_channel_t::user_data
TAG
All items filtered out
rmt_isr_handle_rx_done()
rmt_rx_trans_desc_t::received_symbol_num
rmt_rx_trans_desc_t::copy_dest_off
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