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