MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / reset

Method reset

Marlin/src/lcd/tft/tft_queue.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35uint8_t *TFT_Queue::last_parameter = nullptr;
36
37void TFT_Queue::reset() {
38 tft.abort();
39
40 end_of_queue = queue;
41 current_task = nullptr;
42 last_task = nullptr;
43 last_parameter = nullptr;
44}
45
46void TFT_Queue::async() {
47 if (!current_task) return;

Callers 10

reset_settingsMethod · 0.45
goto_tramming_wizardFunction · 0.45
xatc_wizard_homing_doneFunction · 0.45
action_mmu2_resetFunction · 0.45
sdCardStopMethod · 0.45
handleDataMethod · 0.45
lcd_sleep_taskFunction · 0.45
clear_lcdMethod · 0.45
show_bootscreenMethod · 0.45
draw_kill_screenMethod · 0.45

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected