MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / intrpt_reset

Function intrpt_reset

core/interrupt.c:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void intrpt_reset() {
30 memset(&intrpt, 0, sizeof(intrpt));
31 intrpt_set(INT_PWR, true);
32}
33
34const uint32_t revision = 0x00010900;
35static uint8_t intrpt_read(uint16_t pio, bool peek) {

Callers

nothing calls this directly

Calls 1

intrpt_setFunction · 0.85

Tested by

no test coverage detected