MCPcopy Create free account
hub / github.com/PaulStoffregen/TimerOne / isr

Method isr

TimerOne.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48#elif defined(__arm__) && defined(TEENSYDUINO) && defined(__IMXRT1062__)
49void TimerOne::isr(void)
50{
51 FLEXPWM1_SM3STS = FLEXPWM_SMSTS_RF;
52 Timer1.isrCallback();
53}
54
55#endif
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected