MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / canFD

Method canFD

app/src/IO/Drivers/CANBus.cpp:404–407  ·  view source on GitHub ↗

* @brief Returns true if CAN FD mode is enabled */

Source from the content-addressed store, hash-verified

402 * @brief Returns true if CAN FD mode is enabled
403 */
404bool IO::Drivers::CANBus::canFD() const
405{
406 return m_canFD;
407}
408
409/**
410 * @brief Returns true if hardware loopback mode is enabled

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected