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

Method handle_interrupt

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:229–235  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

227
228/* static */
229inline void SoftwareSerial::handle_interrupt()
230{
231 if (active_object)
232 {
233 active_object->recv();
234 }
235}
236
237#if defined(PCINT0_vect)
238ISR(PCINT0_vect)

Callers

nothing calls this directly

Calls 1

recvMethod · 0.80

Tested by

no test coverage detected