MCPcopy Create free account
hub / github.com/IRMP-org/IRMP / IRTimerInterruptHandlerHelper

Function IRTimerInterruptHandlerHelper

src/IRTimer.hpp:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877#elif defined(ARDUINO_ARCH_RP2040)
878void irmp_timer_ISR(void);
879bool IRTimerInterruptHandlerHelper(repeating_timer_t*) { // we are called with a different signature
880 irmp_timer_ISR();
881 return true;
882}
883void irmp_timer_ISR(void)
884
885#else // STM32F1xx (v1.9), __STM32F1__, ARDUINO_ARCH_APOLLO3, MBED, TEENSYDUINO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected