MCPcopy Create free account
hub / github.com/MCUdude/MiniCore / isr

Function isr

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220// Gets called from attachInterrupt
221#if defined(INT_ONLY) || defined(INT_AND_PCINT)
222static void isr()
223{
224 SoftwareSerial::handle_interrupt();
225}
226#endif
227
228/* static */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected