rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
backup_ram.cpp File Reference

Functions

uint32_t backupRamLoad (backup_ram_e idx)
 
void backupRamSave (backup_ram_e idx, uint32_t value)
 

Function Documentation

◆ backupRamLoad()

uint32_t backupRamLoad ( backup_ram_e  idx)

Definition at line 10 of file backup_ram.cpp.

10 {
11 return 0;
12}

◆ backupRamSave()

void backupRamSave ( backup_ram_e  idx,
uint32_t  value 
)

Definition at line 14 of file backup_ram.cpp.

14 {
15
16}

Go to the source code of this file.