|
ChibiOS
21.6.0
|
Type of SNOR flash class. More...
#include <hal_serial_nor.h>


Data Fields | |
| const struct SNORDriverVMT * | vmt |
| SNORDriver Virtual Methods Table. More... | |
| const _base_flash_data SNORConfig * | config |
| Current configuration data. More... | |
| uint8_t | device_id [20] |
| Device ID and unique ID. More... | |
Data Fields inherited from BaseFlash | |
| const struct BaseFlashVMT * | vmt |
| Virtual Methods Table. More... | |
Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. More... | |
Type of SNOR flash class.
Definition at line 127 of file hal_serial_nor.h.
| const struct SNORDriverVMT* SNORDriver::vmt |
SNORDriver Virtual Methods Table.
Definition at line 131 of file hal_serial_nor.h.
Referenced by snorObjectInit().
| const _base_flash_data SNORConfig* SNORDriver::config |
Current configuration data.
Definition at line 136 of file hal_serial_nor.h.
Referenced by snorMemoryMap(), and snorMemoryUnmap().
| uint8_t SNORDriver::device_id[20] |
Device ID and unique ID.
Definition at line 140 of file hal_serial_nor.h.