rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
backup_ram.cpp
Go to the documentation of this file.
1/*
2 * @file backup_ram.cpp
3 * Kinetis version
4 *
5 * @date Sep 9, 2020
6 */
7
8#include "backup_ram.h"
9
11 return 0;
12}
13
14void backupRamSave(backup_ram_e idx, uint32_t value) {
15
16}
17
18//// TODO: implement me!
19//BackupSramData* getBackupSram() {
20// return nullptr;
21//}
Non-volatile backup-RAM registers support.
backup_ram_e
Definition backup_ram.h:14
uint32_t backupRamLoad(backup_ram_e idx)
void backupRamSave(backup_ram_e idx, uint32_t value)