![]() |
USB EPROM/Flash Programmer
|
Stores the programmer settings. More...
#include <config.hpp>
Public Attributes | |
QString | device |
Device name. More... | |
uint32_t | size |
Device size in bytes. More... | |
uint32_t | twp |
tWP value in microseconds. More... | |
uint32_t | twc |
tWC value in microseconds. More... | |
float | vddRd |
VDD to Read value in volts. More... | |
float | vddWr |
VDD to Prog value in volts. More... | |
float | vpp |
VPP value in volts. More... | |
float | vee |
VEE value in volts. More... | |
bool | skipFF |
Skip Prog 0xFF. More... | |
bool | fastProg |
Fast Prog/Erase. More... | |
uint16_t | sectorSize |
Sector Size in bytes (0 is byte prog). More... | |
uint16_t | bufferSize |
Buffer Size in bytes. More... | |
Stores the programmer settings.
QString device |
Device name.
uint32_t size |
Device size in bytes.
uint32_t twp |
tWP value in microseconds.
uint32_t twc |
tWC value in microseconds.
float vddRd |
VDD to Read value in volts.
float vddWr |
VDD to Prog value in volts.
float vpp |
VPP value in volts.
float vee |
VEE value in volts.
bool skipFF |
Skip Prog 0xFF.
bool fastProg |
Fast Prog/Erase.
uint16_t sectorSize |
Sector Size in bytes (0 is byte prog).
uint16_t bufferSize |
Buffer Size in bytes.