ChibiOS/HAL  7.0.4
BasePersistentStorage Struct Reference

Base persistent storage class. More...

#include <hal_persistent.h>

Inheritance diagram for BasePersistentStorage:
Inheritance graph
Collaboration diagram for BasePersistentStorage:
Collaboration graph

Data Fields

const struct BasePersistentStorageVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Base persistent storage class.

Definition at line 103 of file hal_persistent.h.

Field Documentation

const struct BasePersistentStorageVMT* BasePersistentStorage::vmt

Virtual Methods Table.

Definition at line 105 of file hal_persistent.h.