MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / txEnd

Function txEnd

ESP32_AP-Flasher/src/serialap.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return false;
92}
93void txEnd() {
94 if (xPortInIsrContext()) {
95 xSemaphoreGiveFromISR(txActive, NULL);
96 } else {
97 xSemaphoreGive(txActive);
98 }
99}
100bool waitCmdReply() {
101 uint32_t val = millis();
102 while (millis() < val + 200) {

Callers 7

sendBlockFunction · 0.85
sendDataAvailFunction · 0.85
sendCancelPendingFunction · 0.85
sendChannelPowerFunction · 0.85
sendPingFunction · 0.85
sendGetInfoFunction · 0.85
sendHighspeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected