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

Function queueSendUserData

Sming/Arch/Esp8266/Components/gdbstub/gdbuart.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218__forceinline void queueSendUserData()
219{
220 if(!sendUserDataQueued) {
221 System.queueCallback(sendUserDataTask);
222 sendUserDataQueued = true;
223 }
224}
225
226/**
227 * @brief Notify callback for user uart, called from uart driver

Callers 2

userUartNotifyFunction · 0.85
gdb_uart_callbackFunction · 0.85

Calls 1

queueCallbackMethod · 0.45

Tested by

no test coverage detected