ChibiOS 21.11.4
flash_interface Struct Reference

Structure representing a flash interface interface. More...

#include <hal_flash_interface.h>

Collaboration diagram for flash_interface:
Collaboration graph

Data Fields

const struct flash_interface_vmtvmt
 Virtual Methods Table.

Detailed Description

Structure representing a flash interface interface.

Definition at line 87 of file hal_flash_interface.h.

Field Documentation

◆ vmt

const struct flash_interface_vmt* flash_interface::vmt

Virtual Methods Table.

Definition at line 91 of file hal_flash_interface.h.