MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / SBCTaskStart

Function SBCTaskStart

src/SBC/SbcInterface.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45static Task<SBCTaskStackWords> *sbcTask;
46
47extern "C" [[noreturn]] void SBCTaskStart(void * pvParameters) noexcept
48{
49 reprap.GetSbcInterface().TaskLoop();
50}
51
52SbcInterface::SbcInterface() noexcept : isConnected(false), numDisconnects(0), numTimeouts(0), numSbcTimeouts(0), lastTransferTime(0),
53 maxDelayBetweenTransfers(SpiTransferDelay), maxFileOpenDelay(SpiFileOpenDelay), numMaxEvents(SpiEventsRequired),

Callers

nothing calls this directly

Calls 1

TaskLoopMethod · 0.80

Tested by

no test coverage detected