ESP-IDF
rmt_hal_context_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_hal_context_t
rmt_hal_context_t struct
HAL context type of RMT driver
Syntax
Show:
Summary
Declaration
from
rmt_hal.h:26
typedef
struct
{
rmt_soc_handle_t
regs
;
}
rmt_hal_context_t
;
Fields
Field
Declared as
Description
rmt_hal_context_t::regs
rmt_soc_handle_t
RMT Register base address.
Related Functions
Found 4 other functions taking a
rmt_hal_context_t
argument:
Function
Description
rmt_hal_tx_channel_reset()
Reset RMT TX Channel
rmt_hal_rx_channel_reset()
Reset RMT TX Channel
rmt_hal_init()
Initialize the RMT HAL driver
rmt_hal_deinit()
Deinitialize the RMT HAL driver
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