ESP-IDF
periph_rcc_acquire_enter()
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_acquire_enter()
periph_rcc_acquire_enter() function
@cond
Syntax
Show:
Summary
Declaration
Definition
from
periph_ctrl.h:57
uint8_t
periph_rcc_acquire_enter
(
periph_module_t
periph
)
;
Implemented in
periph_ctrl.c:34
Arguments
Argument
periph
Examples
References
from
examples
Code
Location
Referrer
uint8_t
periph_rcc_acquire_enter
(
periph_module_t
periph
)
periph_ctrl.c:34
uint8_t
periph_rcc_acquire_enter
(
periph_module_t
periph
)
;
periph_ctrl.h:57
PERIPH_RCC_ACQUIRE_ATOMIC
(
PERIPH_LACT
,
ref_count
)
{
esp_timer_impl_lac.c:250
esp_timer_impl_early_init()
PERIPH_RCC_ACQUIRE_ATOMIC
(
timer_group_periph_signals
.
groups
[
group_id
]
.
module
,
ref_count
)
{
gptimer_common.c:54
gptimer_acquire_group_handle()
PERIPH_RCC_ACQUIRE_ATOMIC
(
IWDT_PERIPH
,
ref_count
)
{
int_wdt.c:144
esp_int_wdt_init()
PERIPH_RCC_ACQUIRE_ATOMIC
(
PERIPH_TIMG0_MODULE
,
ref_count
)
{
rtc_time.c:199
enable_timer_group0_for_calibration()
PERIPH_RCC_ACQUIRE_ATOMIC
(
TWDT_PERIPH_MODULE
,
ref_count
)
{
task_wdt_impl_timergroup.c:107
esp_task_wdt_impl_timer_allocate()
PERIPH_RCC_ACQUIRE_ATOMIC
(
timer_group_periph_signals
.
groups
[
group_num
]
.
module
,
ref_count
)
{
timer_legacy.c:316
timer_init()
Call Tree
from
examples
periph_rcc_acquire_enter()
is called by 6 functions and calls 1 function:
timer_init()
gptimer_acquire_group_handle()
enable_timer_group0_for_calibration()
esp_int_wdt_init()
esp_task_wdt_impl_timer_allocate()
esp_timer_impl_early_init()
All items filtered out
periph_rcc_acquire_enter()
periph_rcc_enter()
All items filtered out
Data Use
from
examples
periph_rcc_acquire_enter()
reads 1 variable:
ref_counts
All items filtered out
periph_rcc_acquire_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