Loading...
Searching...
No Matches
cpu_backup_ram.h File Reference

Backup SRAM CPU specific definitions for the STM32 family. More...

Detailed Description

Backup SRAM CPU specific definitions for the STM32 family.

Author
Fabian Hüßler fabia.nosp@m.n.hu.nosp@m.essle.nosp@m.r@ov.nosp@m.gu.de

Definition in file cpu_backup_ram.h.

+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ BACKUP_RAM_HAS_INIT

#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.