ChibiOS/HAL 9.0.0
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.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

Base persistent storage class.

Definition at line 103 of file hal_persistent.h.

Field Documentation

◆ vmt

const struct BasePersistentStorageVMT* BasePersistentStorage::vmt

Virtual Methods Table.

Definition at line 105 of file hal_persistent.h.