ESP-IDF
rmt_hal_init()
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_hal_init()
rmt_hal_init() function
Initialize the RMT HAL driver
Syntax
Show:
Summary
Declaration
Definition
from
rmt_hal.h:35
void
rmt_hal_init
(
rmt_hal_context_t
*
hal
)
;
Implemented in
rmt_hal.c:10
Arguments
Argument
Description
hal
RMT HAL context
Related Functions
Found 3 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_deinit()
Deinitialize the RMT HAL driver
Examples
References
from
examples
Code
Location
Referrer
void
rmt_hal_init
(
rmt_hal_context_t
*
hal
)
rmt_hal.c:10
void
rmt_hal_init
(
rmt_hal_context_t
*
hal
)
;
rmt_hal.h:35
rmt_hal_init
(
&
group
->
hal
)
;
rmt_common.c:94
rmt_acquire_group_handle()
Call Tree
from
examples
rmt_hal_init()
is called by 1 function and calls 4 functions:
rmt_acquire_group_handle()
All items filtered out
rmt_hal_init()
rmt_ll_mem_power_by_pmu()
rmt_ll_enable_mem_access_nonfifo()
rmt_ll_enable_interrupt()
rmt_ll_clear_interrupt_status()
All items filtered out
Data Use
from
examples
rmt_hal_init()
reads 1 variable and writes 1 variable:
rmt_hal_context_t::regs
All items filtered out
rmt_hal_init()
rmt_hal_context_t::regs
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