Api Hal OS/Power: split insomnia and return to where it belongs. (#393)
This commit is contained in:
@@ -39,8 +39,11 @@ void api_hal_power_insomnia_enter();
|
||||
*/
|
||||
void api_hal_power_insomnia_exit();
|
||||
|
||||
/** Check if sleep availble */
|
||||
bool api_hal_power_sleep_available();
|
||||
|
||||
/** Check if deep sleep availble */
|
||||
bool api_hal_power_deep_available();
|
||||
bool api_hal_power_deep_sleep_available();
|
||||
|
||||
/** Go to sleep */
|
||||
void api_hal_power_sleep();
|
||||
|
Reference in New Issue
Block a user