Searched refs:wakeup_time_sec (Results 1 – 1 of 1) sorted by relevance
70 const int wakeup_time_sec = WAKEUP_TIME_SEC; in main() local72 printk("Enabling timer wakeup, %ds\n", wakeup_time_sec); in main()73 esp_sleep_enable_timer_wakeup(wakeup_time_sec * 1000000); in main()