USB EPROM/Flash Programmer
Public Member Functions | Public Attributes | List of all members
TDeviceCapabilities Struct Reference

Stores capability flags of a device. More...

#include <device.hpp>

Public Member Functions

 TDeviceCapabilities ()
 Constructor. More...
 

Public Attributes

bool hasProgram
 Device has Program function. More...
 
bool hasVerify
 Device has Verify function. More...
 
bool hasErase
 Device has Erase function. More...
 
bool hasGetId
 Device has GetId function. More...
 
bool hasRead
 Device has Read function. More...
 
bool hasBlankCheck
 Device has Blank Check function. More...
 
bool hasUnprotect
 Device has Unprotect function. More...
 
bool hasProtect
 Device has Protect function. More...
 
bool hasSectorSize
 Device has Sector Size configuration. More...
 
bool hasFastProg
 Device has Fast Prog/Erase configuration. More...
 
bool hasSkipFF
 Device has Skip Prog 0xFF configuration. More...
 
bool hasVDD
 Device has VDD Adjust configuration. More...
 
bool hasVPP
 Device has VPP Adjust configuration. More...
 

Detailed Description

Stores capability flags of a device.

Constructor & Destructor Documentation

◆ TDeviceCapabilities()

Constructor.

Member Data Documentation

◆ hasProgram

bool hasProgram

Device has Program function.

◆ hasVerify

bool hasVerify

Device has Verify function.

◆ hasErase

bool hasErase

Device has Erase function.

◆ hasGetId

bool hasGetId

Device has GetId function.

◆ hasRead

bool hasRead

Device has Read function.

◆ hasBlankCheck

bool hasBlankCheck

Device has Blank Check function.

◆ hasUnprotect

bool hasUnprotect

Device has Unprotect function.

◆ hasProtect

bool hasProtect

Device has Protect function.

◆ hasSectorSize

bool hasSectorSize

Device has Sector Size configuration.

◆ hasFastProg

bool hasFastProg

Device has Fast Prog/Erase configuration.

◆ hasSkipFF

bool hasSkipFF

Device has Skip Prog 0xFF configuration.

◆ hasVDD

bool hasVDD

Device has VDD Adjust configuration.

◆ hasVPP

bool hasVPP

Device has VPP Adjust configuration.


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