Method | Description | |
---|---|---|
CortexM ( string cpuType, Emul8.Core.Machine machine, NVIC nvic, Endianess endianness = Endianess.LittleEndian ) : System | ||
IControllableCPU ( ELF |
||
IControllableCPU ( UImage uImage ) : void | ||
Reset ( ) : void | ||
Resume ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
AcknowledgeIRQ ( ) : int | ||
CompleteIRQ ( int number ) : void | ||
Init ( ) : void | ||
InitPCAndSP ( ) : void | ||
OnBASEPRIWrite ( int value ) : void | ||
OnPRIMASKWrite ( int value ) : void | ||
PendingMaskedIRQ ( ) : int | ||
SetPendingIRQ ( int number ) : void |
public CortexM ( string cpuType, Emul8.Core.Machine machine, NVIC nvic, Endianess endianness = Endianess.LittleEndian ) : System | ||
cpuType | string | |
machine | Emul8.Core.Machine | |
nvic | NVIC | |
endianness | Endianess | |
return | System |
public IControllableCPU ( UImage uImage ) : void | ||
uImage | UImage | |
return | void |