ESP-IDF
rmt_encode_check_result()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_encode_check_result()
rmt_encode_check_result() function
Syntax
Show:
Summary
Declaration
from
rmt_tx.c:664
static
size_t
IRAM_ATTR
rmt_encode_check_result
(
rmt_tx_channel_t
*
tx_chan
,
rmt_tx_trans_desc_t
*
t
)
;
Arguments
Argument
tx_chan
t
Related Functions
Found 7 other functions taking a
rmt_tx_channel_t
argument:
Function
rmt_tx_do_transaction()
rmt_tx_mark_eof()
rmt_tx_destroy()
rmt_isr_handle_tx_threshold()
rmt_isr_handle_tx_done()
rmt_tx_register_to_group()
rmt_tx_create_trans_queue()
Examples
References
from
examples
Code
Location
Referrer
static
size_t
IRAM_ATTR
rmt_encode_check_result
(
rmt_tx_channel_t
*
tx_chan
,
rmt_tx_trans_desc_t
*
t
)
rmt_tx.c:664
t
->
transmitted_symbol_num
=
rmt_encode_check_result
(
tx_chan
,
t
)
;
rmt_tx.c:753
rmt_tx_do_transaction()
encoded_symbols
+=
rmt_encode_check_result
(
tx_chan
,
t
)
;
rmt_tx.c:934
rmt_isr_handle_tx_threshold()
Call Tree
from
examples
rmt_encode_check_result()
is called by 2 functions and calls 4 functions:
rmt_tx_do_transaction()
rmt_isr_handle_tx_threshold()
All items filtered out
rmt_encode_check_result()
esp_log_get_default_level()
esp_rom_printf()
rmt_encoder_t::encode
rmt_tx_mark_eof()
All items filtered out
Data Use
from
examples
rmt_encode_check_result()
reads 12 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
rmt_tx_trans_desc_t::encoder
rmt_tx_trans_desc_t::payload
rmt_tx_trans_desc_t::payload_bytes
rmt_tx_trans_desc_t::loop_count
rmt_tx_trans_desc_t::flags
rmt_tx_channel_t::base
rmt_channel_t::mem_block_num
rmt_encode_state_t::RMT_ENCODING_RESET
rmt_encode_state_t::RMT_ENCODING_COMPLETE
rmt_encode_state_t::RMT_ENCODING_MEM_FULL
TAG
All items filtered out
rmt_encode_check_result()
rmt_tx_trans_desc_t::
::encoding_done
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