ESP-IDF
rmt_tx_channel_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rmt_tx_channel_t
rmt_tx_channel_t struct
Syntax
Show:
Summary
Declaration
Definition
from
rmt_private.h:107
typedef
struct
rmt_tx_channel_t
rmt_tx_channel_t
;
Implemented in
rmt_private.h:163
Fields
Field
Declared as
rmt_tx_channel_t::base
rmt_channel_t
rmt_tx_channel_t::dma_mem_base
rmt_symbol_word_t
*
rmt_tx_channel_t::dma_mem_base_nc
rmt_symbol_word_t
*
rmt_tx_channel_t::mem_off
size_t
rmt_tx_channel_t::mem_end
size_t
rmt_tx_channel_t::ping_pong_symbols
size_t
rmt_tx_channel_t::queue_size
size_t
rmt_tx_channel_t::num_trans_inflight
size_t
rmt_tx_channel_t::trans_queues
QueueHandle_t
[
RMT_TX_QUEUE_MAX
]
rmt_tx_channel_t::cur_trans
rmt_tx_trans_desc_t
*
rmt_tx_channel_t::user_data
void
*
rmt_tx_channel_t::on_trans_done
rmt_tx_done_callback_t
rmt_tx_channel_t::dma_nodes
rmt_dma_descriptor_t
*
rmt_tx_channel_t::dma_nodes_nc
rmt_dma_descriptor_t
*
rmt_tx_channel_t::trans_desc_pool
rmt_tx_trans_desc_t
[
]
Related Functions
Found 8 other functions taking a
rmt_tx_channel_t
argument:
Function
rmt_tx_do_transaction()
rmt_tx_mark_eof()
rmt_encode_check_result()
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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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