MCPcopy Create free account
hub / github.com/SmingHub/Sming / staticOnStatusChange

Method staticOnStatusChange

Sming/Core/HardwareSerial.cpp:144–150  ·  view source on GitHub ↗

* Called via task queue */

Source from the content-addressed store, hash-verified

142 * Called via task queue
143 */
144void HardwareSerial::staticOnStatusChange(void* param)
145{
146 auto serial = static_cast<HardwareSerial*>(param);
147 if(serial != nullptr) {
148 serial->invokeCallbacks();
149 }
150}
151
152/*
153 * Called from uart interrupt handler

Callers

nothing calls this directly

Calls 1

invokeCallbacksMethod · 0.80

Tested by

no test coverage detected