APM:Libraries
Public Attributes | List of all members
AP_Param::EEPROM_header Struct Reference

Public Attributes

uint8_t magic [2]
 
uint8_t revision
 
uint8_t spare
 

Detailed Description

EEPROM header

This structure is placed at the head of the EEPROM to indicate that the ROM is formatted for AP_Param.

Definition at line 443 of file AP_Param.h.

Member Data Documentation

◆ magic

uint8_t AP_Param::EEPROM_header::magic[2]

Definition at line 444 of file AP_Param.h.

Referenced by AP_Param::erase_all(), and AP_Param::setup().

◆ revision

uint8_t AP_Param::EEPROM_header::revision

Definition at line 445 of file AP_Param.h.

Referenced by AP_Param::erase_all(), and AP_Param::setup().

◆ spare

uint8_t AP_Param::EEPROM_header::spare

Definition at line 446 of file AP_Param.h.

Referenced by AP_Param::erase_all().


The documentation for this struct was generated from the following file: