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

Function MULT_Q

Marlin/src/module/stepper.cpp:1513–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511
1512#if ENABLED(SMOOTH_LIN_ADVANCE)
1513 FORCE_INLINE static constexpr int32_t MULT_Q(uint8_t q, int32_t x, int32_t y) { return (int64_t(x) * y) >> q; }
1514#endif
1515
1516void Stepper::isr() {

Callers 3

stepper.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected