mrfioc2  2.3.0
Public Attributes | List of all members
mrf::CFIFlash::ID Struct Reference

#include <flash.h>

Public Attributes

epicsUInt8 vendor
 
epicsUInt8 dev_type
 
epicsUInt8 dev_id
 
const char * vendorName
 
epicsUInt32 capacity
 total capacity in bytes More...
 
epicsUInt32 sectorSize
 SECTOR ERASE (0xd8) size in bytes. Always a power of 2. More...
 
epicsUInt32 pageSize
 PAGE PROGRAM (0x02) size in bytes. Always a power of 2. More...
 
std::vector< epicsUInt8 > SN
 

Detailed Description

Definition at line 29 of file flash.h.

Member Data Documentation

◆ capacity

epicsUInt32 mrf::CFIFlash::ID::capacity

total capacity in bytes

Definition at line 38 of file flash.h.

◆ dev_id

epicsUInt8 mrf::CFIFlash::ID::dev_id

Definition at line 33 of file flash.h.

◆ dev_type

epicsUInt8 mrf::CFIFlash::ID::dev_type

Definition at line 33 of file flash.h.

◆ pageSize

epicsUInt32 mrf::CFIFlash::ID::pageSize

PAGE PROGRAM (0x02) size in bytes. Always a power of 2.

Definition at line 38 of file flash.h.

◆ sectorSize

epicsUInt32 mrf::CFIFlash::ID::sectorSize

SECTOR ERASE (0xd8) size in bytes. Always a power of 2.

Definition at line 38 of file flash.h.

◆ SN

std::vector<epicsUInt8> mrf::CFIFlash::ID::SN

Definition at line 42 of file flash.h.

◆ vendor

epicsUInt8 mrf::CFIFlash::ID::vendor

Definition at line 33 of file flash.h.

◆ vendorName

const char* mrf::CFIFlash::ID::vendorName

Definition at line 37 of file flash.h.


The documentation for this struct was generated from the following file: