void break_point(struct CORE *core)
Breakpoint.
void sleep(struct CORE *core)
Puts the MCU into sleep mode.
void wdr(struct CORE *core)
Resets the watchdog timer.
void nop(struct CORE *core)
Executes a no-operation instruction.
Core structure containing general purpose registers, program counter, stack pointer,...