|
ChibiOS 21.11.4
|
Structure representing an embedded flash driver. More...
#include <hal_efl.h>


Data Fields | |
| const struct EFlashDriverVMT * | vmt |
| EFlashDriver Virtual Methods Table. | |
| _efl_driver_data mutex_t | mutex |
| Mutex protecting EFL. | |
| Data Fields inherited from BaseFlash | |
| const struct BaseFlashVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
| const struct EFlashDriverVMT* hal_efl_driver::vmt |
EFlashDriver Virtual Methods Table.
Definition at line 109 of file hal_efl.h.
Referenced by eflObjectInit().
| _efl_driver_data mutex_t hal_efl_driver::mutex |
Mutex protecting EFL.
Definition at line 115 of file hal_efl.h.
Referenced by efl_acquire_exclusive(), efl_release_exclusive(), and eflObjectInit().