APM:Libraries
Functions | Variables
EEPROM.cpp File Reference
#include <AP_HAL/AP_HAL.h>
#include <string.h>
#include "stm32f4xx.h"
#include "EEPROM.h"
#include <hal.h>
#include <GCS_MAVLink/GCS.h>
Include dependency graph for EEPROM.cpp:

Go to the source code of this file.

Functions

static void reset_flash_errors ()
 

Variables

EEPROMClass EEPROM
 

Function Documentation

◆ reset_flash_errors()

static void reset_flash_errors ( )
static

Definition at line 30 of file EEPROM.cpp.

Referenced by EEPROMClass::_ErasePageByAddress(), EEPROMClass::_format(), EEPROMClass::write_16(), and EEPROMClass::write_8().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ EEPROM

EEPROMClass EEPROM

Definition at line 717 of file EEPROM.cpp.