USB EPROM/Flash Programmer
Public Attributes | List of all members
TProgrammerSettings Struct Reference

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...
 

Detailed Description

Stores the programmer settings.

Member Data Documentation

◆ device

QString device

Device name.

◆ size

uint32_t size

Device size in bytes.

◆ twp

uint32_t twp

tWP value in microseconds.

◆ twc

uint32_t twc

tWC value in microseconds.

◆ vddRd

float vddRd

VDD to Read value in volts.

◆ vddWr

float vddWr

VDD to Prog value in volts.

◆ vpp

float vpp

VPP value in volts.

◆ vee

float vee

VEE value in volts.

◆ skipFF

bool skipFF

Skip Prog 0xFF.

◆ fastProg

bool fastProg

Fast Prog/Erase.

◆ sectorSize

uint16_t sectorSize

Sector Size in bytes (0 is byte prog).

◆ bufferSize

uint16_t bufferSize

Buffer Size in bytes.


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