Searched refs:reboot_status (Results 1 – 1 of 1) sorted by relevance
25 volatile uint32_t reboot_status __attribute__((section(NOINIT_SECTION))); variable239 if (reboot_status != REBOOT_WAS_DONE) { in test_reset_software()241 reboot_status = REBOOT_WAS_DONE; in test_reset_software()246 sys_cache_data_flush_range((void *) &reboot_status, sizeof(reboot_status)); in test_reset_software()261 reboot_status = 0; in test_reset_software()262 sys_cache_data_flush_range((void *) &reboot_status, sizeof(reboot_status)); in test_reset_software()373 if (reboot_status == REBOOT_WAS_DONE) { in main()390 reboot_status = 0; in main()397 LOG_DBG("reboot_status = %u", reboot_status); in main()
Completed in 4 milliseconds