Issue #18: Backup RAM: Make use of backup regulator optional
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* @brief Init the backup ram and make it accesible
|
||||
* @param use_backup_regulator Enable the Backup VBAT regulator. It will be used, when VDD is powered off
|
||||
*/
|
||||
void backup_ram_init(void);
|
||||
void backup_ram_init(bool use_backup_regulator);
|
||||
|
||||
/**
|
||||
* @brief Disable access to the backup RAM. This saves power
|
||||
|
Reference in New Issue
Block a user