ESP-IDF
rmt_hal_deinit()
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_deinit()
rmt_hal_deinit() function
Deinitialize the RMT HAL driver
Syntax
Show:
Summary
Declaration
Definition
from
rmt_hal.h:42
void
rmt_hal_deinit
(
rmt_hal_context_t
*
hal
)
;
Implemented in
rmt_hal.c:22
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_init()
Initialize the RMT HAL driver
Examples
References
from
examples
Code
Location
Referrer
void
rmt_hal_deinit
(
rmt_hal_context_t
*
hal
)
rmt_hal.c:22
void
rmt_hal_deinit
(
rmt_hal_context_t
*
hal
)
;
rmt_hal.h:42
rmt_hal_deinit
(
hal
)
;
rmt_common.c:128
rmt_release_group_handle()
Call Tree
from
examples
rmt_hal_deinit()
is called by 1 function and calls 3 functions:
rmt_release_group_handle()
All items filtered out
rmt_hal_deinit()
rmt_ll_mem_force_power_off()
rmt_ll_enable_interrupt()
rmt_ll_clear_interrupt_status()
All items filtered out
Data Use
from
examples
rmt_hal_deinit()
reads 1 variable and writes 1 variable:
rmt_hal_context_t::regs
All items filtered out
rmt_hal_deinit()
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