protected static class Flash040Core.FlashTypes extends Object
Modifier and Type | Field and Description |
---|---|
protected byte |
deviceID |
protected int |
magic1Addr |
protected int |
magic1Mask |
protected int |
magic2Addr |
protected int |
magic2Mask |
protected byte |
manufacturerID |
protected int |
sectorMask |
protected int |
sectorShift |
protected int |
sectorSize |
protected int |
size |
protected byte |
statusToggleBits |
Modifier | Constructor and Description |
---|---|
protected |
FlashTypes(byte manufacturer,
byte device,
int sz,
int secMask,
int secSize,
int secShift,
int mag1Addr,
int mag2Addr,
int mag1Mask,
int mag2Mask,
byte status) |
protected byte manufacturerID
protected byte deviceID
protected int size
protected int sectorMask
protected int sectorSize
protected int sectorShift
protected int magic1Addr
protected int magic2Addr
protected int magic1Mask
protected int magic2Mask
protected byte statusToggleBits
Copyright © 2018 Ken Händel. All rights reserved.