Lines Matching refs:CAN
3 CTU CAN FD Driver
9 About CTU CAN FD IP Core
12 `CTU CAN FD <https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core>`_
30 The basic functional model of the CTU CAN FD peripheral has been
31 accepted into QEMU mainline. See QEMU `CAN emulation support <https://www.qemu.org/docs/master/syst…
32 for CAN FD buses, host connection and CTU CAN FD core emulation. The development
40 SocketCAN is a standard common interface for CAN devices in the Linux
45 natural way to implement and work with higher layer protocols over CAN,
51 Before going into detail about the structure of a CAN bus device driver,
101 discovery and set up, and platform-independent CAN network device
248 flexibility and speed of AXI are not required for a CAN core.
260 CTU CAN FD Driver design
263 The general structure of a CAN device driver has already been examined
265 CAN FD core driver in particular.
286 On CAN, each bit is divided into four segments: SYNC, PROP, PHASE1, and
288 (details in `CAN Specification, Version 2.0 <http://esd.cs.ucr.edu/webres/can20.pdf>`_, chapter 8).
292 independently for both the Nominal bitrate and Data bitrate for CAN FD.
298 specified). However, each CAN controller may have different base clock
307 char name[16]; /* Name of the CAN controller hardware */
325 sample point is between PHASE_SEG1 and PHASE_SEG2. In CTU CAN FD,
340 An incoming frame may be either a CAN 2.0 frame or a CAN FD frame. The
357 the smaller CAN 2.0 frame.
384 The CTU CAN FD core reports the exact timestamp when the frame has been
394 The CTU CAN FD core has 4 independent TX buffers, each with its own
471 whether this functionality will be practical for CAN.
520 CTU CAN FD Driver Sources Reference
535 CTU CAN FD IP Core and Driver Development Acknowledgment
549 …* uses project in their CAN/CAN FD diagnostics framework for `Skoda Auto <https://www.skoda-auto.c…
553 * funding of the project CAN FD Open Cores Support Linux Kernel Based Systems
561 * solving the project CAN FD Open Cores Support Linux Kernel Based Systems
579 …* thesis `Open-source and Open-hardware CAN FD Protocol Support <https://dspace.cvut.cz/bitstream/…
596 …* pointed to possible deadlock for LGPL and CAN bus possible patent case which lead to relicense I…
598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)
600 … to inform community about the project and invited us to events focused on CAN bus future developm…
604 …* implemented CTU CAN FD functional model for QEMU which has been integrated into QEMU mainline (`…
605 * Bachelor thesis Model of CAN FD Communication Controller for QEMU Emulator
616 Not to be mistaken with CAN Error Frame. This is a ``can_frame`` with
620 Available in CTU CAN FD repository
633 Strictly speaking, multiple CAN TX queues are supported since v4.19