Functions
eeprom.cpp File Reference
#include "eeprom.h"
#include "string.h"
#include "system.h"
Include dependency graph for eeprom.cpp:

Go to the source code of this file.

Functions

void eeprom_init ()
 
bool eeprom_read (void *dest, uint8_t len)
 
bool eeprom_write (const void *src, uint8_t len)
 
bool flash_erase ()
 
bool flash_read (void *flash_loc, void *dest, uint8_t len)
 
bool flash_write (void const *flash_loc, void const *data, uint8_t len)
 

Function Documentation

void eeprom_init ( )

Definition at line 37 of file eeprom.cpp.

bool eeprom_read ( void *  dest,
uint8_t  len 
)

Definition at line 42 of file eeprom.cpp.

bool eeprom_write ( const void *  src,
uint8_t  len 
)

Definition at line 48 of file eeprom.cpp.

bool flash_erase ( )

Definition at line 59 of file eeprom.cpp.

bool flash_read ( void *  flash_loc,
void *  dest,
uint8_t  len 
)

Definition at line 53 of file eeprom.cpp.

bool flash_write ( void const *  flash_loc,
void const *  data,
uint8_t  len 
)

Definition at line 66 of file eeprom.cpp.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:50