MCPcopy Create free account
hub / github.com/Seeed-Studio/Seeed_Arduino_CAN / isExtendedFrame

Method isExtendedFrame

src/can-serial.cpp:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466INT8U Can232::isExtendedFrame() {
467#ifndef _MCP_FAKE_MODE_
468 return lw232CAN? lw232CAN->isExtendedFrame(): 0;
469#else
470 return lw232CanId > 0x7FF ? 1 : 0; //simple hack for fake mode
471#endif
472}
473
474
475INT8U Can232::checkPassFilter(INT32U addr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected