![]() |
USB EPROM/Flash Programmer
|
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... | |
Stores capability flags of a device.
Constructor.
bool hasProgram |
Device has Program function.
bool hasVerify |
Device has Verify function.
bool hasErase |
Device has Erase function.
bool hasGetId |
Device has GetId function.
bool hasRead |
Device has Read function.
bool hasBlankCheck |
Device has Blank Check function.
bool hasUnprotect |
Device has Unprotect function.
bool hasProtect |
Device has Protect function.
bool hasSectorSize |
Device has Sector Size configuration.
bool hasFastProg |
Device has Fast Prog/Erase configuration.
bool hasSkipFF |
Device has Skip Prog 0xFF configuration.
bool hasVDD |
Device has VDD Adjust configuration.
bool hasVPP |
Device has VPP Adjust configuration.