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

Function IRTimerInterruptHandlerHelper

src/private/IRTimer.hpp:1280–1282  ·  view source on GitHub ↗

callback method used by timer

Source from the content-addressed store, hash-verified

1278
1279// callback method used by timer
1280void IRTimerInterruptHandlerHelper(timer_callback_args_t __attribute((unused)) *p_args) {
1281 IRReceiveTimerInterruptHandler();
1282}
1283void timerEnableReceiveInterrupt() {
1284// s50usTimer.enable_overflow_irq();
1285 s50usTimer.start();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected