ChibiOS  21.6.0
SNORDriver Struct Reference

Type of SNOR flash class. More...

#include <hal_serial_nor.h>

Inheritance diagram for SNORDriver:
Inheritance graph
Collaboration diagram for SNORDriver:
Collaboration graph

Data Fields

const struct SNORDriverVMTvmt
 SNORDriver Virtual Methods Table. More...
 
const _base_flash_data SNORConfigconfig
 Current configuration data. More...
 
uint8_t device_id [20]
 Device ID and unique ID. 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

Type of SNOR flash class.

Definition at line 127 of file hal_serial_nor.h.

Field Documentation

◆ vmt

const struct SNORDriverVMT* SNORDriver::vmt

SNORDriver Virtual Methods Table.

Definition at line 131 of file hal_serial_nor.h.

Referenced by snorObjectInit().

◆ config

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().

◆ device_id

uint8_t SNORDriver::device_id[20]

Device ID and unique ID.

Definition at line 140 of file hal_serial_nor.h.