Lines Matching full:classical
231 The Classical CAN frame structure (aka CAN 2.0B), the CAN FD frame structure
257 To pass the raw DLC from/to a Classical CAN network device the len8_dlc
407 and Classical CAN frames simultaneously (see :ref:`socketcan-rawfd`).
443 #define CAN_MTU (sizeof(struct can_frame)) == 16 => Classical CAN frame
647 printf("got Classical CAN frame with length %d\n", cfd.len);
661 been received from the socket a Classical CAN frame has been read into the
671 socket option returns an error: No problem. You'll get Classical CAN frames
1110 dev->mtu = CAN_MTU; /* sizeof(struct can_frame) -> Classical CAN interface */
1370 The data length code was a 1:1 mapping to the payload length in the Classical
1378 MTU = 16 (CAN_MTU) => sizeof(struct can_frame) => Classical CAN device
1382 N.B. CAN FD capable devices can also handle and send Classical CAN frames.