MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / timerResetInterruptPending

Function timerResetInterruptPending

src/private/IRTimer.hpp:1077–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075#elif defined(IR_USE_AVR_TIMER_A)
1076#define TIMER_REQUIRES_RESET_INTR_PENDING
1077void timerResetInterruptPending() {
1078 TCA0.SINGLE.INTFLAGS = TCA_SINGLE_OVF_bm;
1079}
1080void timerEnableReceiveInterrupt() {
1081 TCA0.SINGLE.INTCTRL = TCA_SINGLE_OVF_bm;
1082}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected