ESP-IDF
periph_rcc_release_enter()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_enter()
periph_rcc_release_enter() function
Syntax
Show:
Summary
Declaration
Definition
from
periph_ctrl.h:59
uint8_t
periph_rcc_release_enter
(
periph_module_t
periph
)
;
Implemented in
periph_ctrl.c:46
Arguments
Argument
periph
Examples
References
from
examples
Code
Location
Referrer
uint8_t
periph_rcc_release_enter
(
periph_module_t
periph
)
periph_ctrl.c:46
uint8_t
periph_rcc_release_enter
(
periph_module_t
periph
)
;
periph_ctrl.h:59
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_enter()
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_enter()
periph_rcc_enter()
All items filtered out
Data Use
from
examples
periph_rcc_release_enter()
reads 1 variable:
ref_counts
All items filtered out
periph_rcc_release_enter()
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