ESP-IDF
rmt_rx_register_to_group()
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_rx_register_to_group()
rmt_rx_register_to_group() function
Syntax
Show:
Summary
Declaration
from
rmt_rx.c:86
static
esp_err_t
rmt_rx_register_to_group
(
rmt_rx_channel_t
*
rx_channel
,
const
rmt_rx_channel_config_t
*
config
)
;
Arguments
Argument
rx_channel
config
Related Functions
Found 2 other functions taking a
rmt_rx_channel_t
argument:
Function
rmt_rx_destroy()
rmt_isr_handle_rx_done()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
rmt_rx_register_to_group
(
rmt_rx_channel_t
*
rx_channel
,
const
rmt_rx_channel_config_t
*
config
)
rmt_rx.c:86
ESP_GOTO_ON_ERROR
(
rmt_rx_register_to_group
(
rx_channel
,
config
)
,
err
,
TAG
,
"register channel failed"
)
;
rmt_rx.c:240
rmt_new_rx_channel()
Call Tree
from
examples
rmt_rx_register_to_group()
is called by 1 function and calls 6 functions:
rmt_new_rx_channel()
All items filtered out
rmt_rx_register_to_group()
vPortEnterCritical()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
rmt_acquire_group_handle()
rmt_release_group_handle()
All items filtered out
Data Use
from
examples
rmt_rx_register_to_group()
reads 12 variables and writes 6 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_rx_channel_t::base
rmt_group_t::occupy_mask
rmt_group_t::rx_channels
TAG
rmt_rx_channel_config_t::mem_block_symbols
rmt_rx_channel_config_t::
::with_dma
rmt_rx_channel_config_t::flags
All items filtered out
rmt_rx_register_to_group()
rmt_group_t::occupy_mask
rmt_channel_t::channel_id
rmt_channel_t::channel_mask
rmt_channel_t::mem_block_num
rmt_channel_t::group
rmt_rx_channel_t::ping_pong_symbols
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