public abstract class Flash040Core extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Flash040Core.Flash040Context |
static class |
Flash040Core.Flash040Type |
protected static class |
Flash040Core.FlashTypes |
Modifier and Type | Field and Description |
---|---|
protected static Flash040Core.FlashTypes[] |
FlashTypes |
Constructor and Description |
---|
Flash040Core() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
alarmSet(Event erase_alarm,
long i) |
protected abstract void |
alarmUnset(Event erase_alarm) |
protected void |
eraseAlarmHandler(Flash040Core.Flash040Context flash040Context) |
void |
flash040coreInit(Flash040Core.Flash040Context flash040Context,
EventScheduler alarmContext,
Flash040Core.Flash040Type type,
byte[] data) |
byte |
flash040CorePeek(Flash040Core.Flash040Context flash040Context,
int addr) |
byte |
flash040CoreRead(Flash040Core.Flash040Context flash040Context,
int addr) |
void |
flash040CoreReset(Flash040Core.Flash040Context flash040Context) |
void |
flash040CoreShutdown(Flash040Core.Flash040Context flash040Context) |
void |
flash040CoreStore(Flash040Core.Flash040Context flash040Context,
int addr,
byte byt) |
protected abstract long |
maincpuClk() |
protected static Flash040Core.FlashTypes[] FlashTypes
protected void eraseAlarmHandler(Flash040Core.Flash040Context flash040Context)
public void flash040CoreStore(Flash040Core.Flash040Context flash040Context, int addr, byte byt)
public byte flash040CoreRead(Flash040Core.Flash040Context flash040Context, int addr)
public byte flash040CorePeek(Flash040Core.Flash040Context flash040Context, int addr)
public void flash040CoreReset(Flash040Core.Flash040Context flash040Context)
public void flash040coreInit(Flash040Core.Flash040Context flash040Context, EventScheduler alarmContext, Flash040Core.Flash040Type type, byte[] data)
public void flash040CoreShutdown(Flash040Core.Flash040Context flash040Context)
protected abstract long maincpuClk()
protected abstract void alarmUnset(Event erase_alarm)
protected abstract void alarmSet(Event erase_alarm, long i)
Copyright © 2018 Ken Händel. All rights reserved.