ESP-IDF
s_periph_ref_counts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_periph_ref_counts
s_periph_ref_counts variable
Syntax
Show:
Summary
Declaration
from
clk_ctrl_os.c:25
static
uint8_t
s_periph_ref_counts
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
s_periph_ref_counts
=
0
;
clk_ctrl_os.c:25
if
(
s_periph_ref_counts
==
0
)
{
clk_ctrl_os.c:41
periph_rtc_dig_clk8m_enable()
s_periph_ref_counts
++
;
clk_ctrl_os.c:52
periph_rtc_dig_clk8m_enable()
assert
(
s_periph_ref_counts
>
0
)
;
clk_ctrl_os.c:70
periph_rtc_dig_clk8m_disable()
s_periph_ref_counts
--
;
clk_ctrl_os.c:71
periph_rtc_dig_clk8m_disable()
if
(
s_periph_ref_counts
==
0
)
{
clk_ctrl_os.c:72
periph_rtc_dig_clk8m_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_periph_ref_counts
is written by 2 functions and is read by 2 functions:
periph_rtc_dig_clk8m_enable()
periph_rtc_dig_clk8m_disable()
All items filtered out
s_periph_ref_counts
periph_rtc_dig_clk8m_enable()
periph_rtc_dig_clk8m_disable()
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