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


| Data Fields | |
| const struct SNORDriverVMT * | vmt | 
| SNORDriver Virtual Methods Table.  More... | |
| _base_flash_data const 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().
| _base_flash_data const SNORConfig* SNORDriver::config | 
Current configuration data.
Definition at line 136 of file hal_serial_nor.h.
Referenced by snor_get_descriptor(), snorMemoryMap(), snorMemoryUnmap(), snorObjectInit(), snorStart(), and snorStop().
| uint8_t SNORDriver::device_id[20] | 
Device ID and unique ID.
Definition at line 140 of file hal_serial_nor.h.