ChibiOS/HAL  7.0.3
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...
 
_base_flash_data const 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

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.