sntp sample
boot_count
is only used within sntp sample.
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
sntp sample
boot_count
boot_count variable
Syntax
Show:
Summary
Declaration
from
sntp_example_main.c:33
RTC_DATA_ATTR
static
int
boot_count
=
0
;
Examples
References
from
examples
Code
Location
Referrer
RTC_DATA_ATTR
static
int
boot_count
=
0
;
sntp_example_main.c:33
++
boot_count
;
sntp_example_main.c:53
app_main()
ESP_LOGI
(
TAG
,
"Boot count: %d"
,
boot_count
)
;
sntp_example_main.c:54
app_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
boot_count
is written by 1 function and is read by 1 function:
app_main()
All items filtered out
boot_count
app_main()
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