This is the implementation for hardware sleep.
Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | HAL_Sleep (HAL_SleepMode_t mode) |
Puts the system in given sleep mode. More... | |
void HAL_Sleep | ( | HAL_SleepMode_t | mode | ) |
Puts the system in given sleep mode.
[in] | mode | - sleep mode |
References system_set_sleepmode(), system_sleep(), SYSTEM_SLEEPMODE_BACKUP, and SYSTEM_SLEEPMODE_STANDBY.
Referenced by PMM_Sleep().