Home
last modified time | relevance | path

Searched refs:boot_count (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/app_update/test/
Dtest_switch_ota.c41 RTC_DATA_ATTR static int boot_count = 0; variable
316 boot_count = 1; in start_test()
324 boot_count++; in test_flow1()
325 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow1()
327 switch (boot_count) { in test_flow1()
367 boot_count++; in test_flow2()
368 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow2()
370 switch (boot_count) { in test_flow2()
404 boot_count++; in test_flow3()
405 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow3()
[all …]
/hal_espressif-3.6.0/examples/protocols/sntp/main/
Dsntp_example_main.c30 RTC_DATA_ATTR static int boot_count = 0; variable
51 ++boot_count; in app_main()
52 ESP_LOGI(TAG, "Boot count: %d", boot_count); in app_main()