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

Function IRReceiveTimerInterruptHandler

src/IRReceive.hpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278IRAM_ATTR
279#endif
280void IRReceiveTimerInterruptHandler() {
281 IrReceiver.ReceiveInterruptHandler();
282#if defined(SUPPORT_MULTIPLE_RECEIVER_INSTANCES)
283 // Quick and dirty solution by used defined extension
284 UserIRReceiveTimerInterruptHandler();
285#endif
286}
287
288/**********************************************************************************************************************
289 * Interrupt Service Routine - Called every 50 us

Callers 4

IRReceive.hppFile · 0.85
IRTimer.hppFile · 0.85
TIMER2_IRQHandlerFunction · 0.85

Calls 1

Tested by

no test coverage detected