Backup SRAM CPU specific definitions for the STM32 family. More...
Backup SRAM CPU specific definitions for the STM32 family.
Definition in file cpu_backup_ram.h.
Go to the source code of this file.
#define | BACKUP_RAM_HAS_INIT 1 |
Backup RAM must be initialized with backup_ram_init on reset. | |
void | backup_ram_init (void) |
Enable backup RAM access. | |
bool | cpu_woke_from_backup (void) |
Returns true if the CPU woke up from deep sleep (backup/standby) | |
#define BACKUP_RAM_HAS_INIT 1 |
Backup RAM must be initialized with backup_ram_init on reset.
Definition at line 29 of file cpu_backup_ram.h.