Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
300
inline 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_rx
Method · 0.85
gcode_line_error
Method · 0.85
get_serial_commands
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected