21#ifndef PERIPH_CPU_PM_H
22#define PERIPH_CPU_PM_H
35#define PM_NUM_MODES (3U)
41#define STM32_PM_IDLE (2U)
42#define STM32_PM_STOP (1U)
43#define STM32_PM_STANDBY (0U)
50#define PM_EWUP_CONFIG (0U)
void pm_backup_regulator_off(void)
Disable the backup domain voltage regulator.
void pm_backup_regulator_on(void)
Enable the backup domain voltage regulator to retain backup register content during standby and VBAT ...
bool pm_backup_regulator_is_on(void)
Check whether the backup domain voltage regulator is on.