ChibiOS  21.6.0
hal_efl_driver Struct Reference

Structure representing an embedded flash driver. More...

#include <hal_efl.h>

Inheritance diagram for hal_efl_driver:
Inheritance graph
Collaboration diagram for hal_efl_driver:
Collaboration graph

Data Fields

const struct EFlashDriverVMTvmt
 SNORDriver Virtual Methods Table. More...
 
- Data Fields inherited from BaseFlash
const struct BaseFlashVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Structure representing an embedded flash driver.

Definition at line 97 of file hal_efl.h.

Field Documentation

◆ vmt

const struct EFlashDriverVMT* hal_efl_driver::vmt

SNORDriver Virtual Methods Table.

Definition at line 101 of file hal_efl.h.

Referenced by eflObjectInit().