ESP-IDF
periph_rcc_release_exit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
periph_rcc_release_exit()
periph_rcc_release_exit() function
Syntax
Show:
Summary
Declaration
Definition
from
periph_ctrl.h:60
void
periph_rcc_release_exit
(
periph_module_t
periph
,
uint8_t
ref_count
)
;
Implemented in
periph_ctrl.c:52
Arguments
Argument
periph
ref_count
Examples
References
from
examples
Code
Location
Referrer
void
periph_rcc_release_exit
(
periph_module_t
periph
,
uint8_t
ref_count
)
periph_ctrl.c:52
void
periph_rcc_release_exit
(
periph_module_t
periph
,
uint8_t
ref_count
)
;
periph_ctrl.h:60
PERIPH_RCC_RELEASE_ATOMIC
(
PERIPH_LACT
,
ref_count
)
{
esp_timer_impl_lac.c:329
esp_timer_impl_deinit()
PERIPH_RCC_RELEASE_ATOMIC
(
timer_group_periph_signals
.
groups
[
group_id
]
.
module
,
ref_count
)
{
gptimer_common.c:82
gptimer_release_group_handle()
PERIPH_RCC_RELEASE_ATOMIC
(
TWDT_PERIPH_MODULE
,
ref_count
)
{
task_wdt_impl_timergroup.c:164
esp_task_wdt_impl_timer_free()
PERIPH_RCC_RELEASE_ATOMIC
(
timer_group_periph_signals
.
groups
[
group_num
]
.
module
,
ref_count
)
{
timer_legacy.c:373
timer_deinit()
Call Tree
from
examples
periph_rcc_release_exit()
is called by 4 functions and calls 1 function:
timer_deinit()
gptimer_release_group_handle()
esp_task_wdt_impl_timer_free()
esp_timer_impl_deinit()
All items filtered out
periph_rcc_release_exit()
periph_rcc_exit()
All items filtered out
Data Use
from
examples
periph_rcc_release_exit()
reads 1 variable:
ref_counts
All items filtered out
periph_rcc_release_exit()
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