Macros | Functions
eeprom.h File Reference
#include <stdint.h>
Include dependency graph for eeprom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FLASH_SECTOR11_START   reinterpret_cast<void*>(0x080E0000)
 

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_write (const void *flash_loc, void const *data, uint8_t len)
 

Macro Definition Documentation

#define FLASH_SECTOR11_START   reinterpret_cast<void*>(0x080E0000)

Definition at line 38 of file eeprom.h.

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_write ( const void *  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