|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
Reset logic for the processor. More...
#include <reset_logic.h>
Public Types | |
| using | Exc = typename TProcessorOps::Exc |
| using | Pc = typename TProcessorOps::Pc |
Static Public Member Functions | |
| static Result< void > | TakeReset (TCpuAccessor &cpua, TBus &bus) |
| Reset the processor. | |
Reset logic for the processor.
| TCpuAccessor | The type of the CPU accessor object. |
| TBus | The type of the bus object. |
| TProcessorOps | The type of the processor operations object. |
| TLogger | The type of the logger object. |
|
inlinestatic |
Reset the processor.
| cpua | The CPU accessor object. |
| bus | The bus object. |