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

Function read_serial

Marlin/src/gcode/queue.cpp:300–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298#endif
299
300inline int read_serial(const serial_index_t index) { return SERIAL_IMPL.read(index); }
301
302#if (defined(ARDUINO_ARCH_STM32F4) || defined(ARDUINO_ARCH_STM32)) && defined(USBCON)
303

Callers 3

flush_rxMethod · 0.85
gcode_line_errorMethod · 0.85
get_serial_commandsMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected