← Documents Documentation/networking/device_drivers/can/index.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

Controller Area Network (CAN) Device Drivers

can327, CTU CAN FD, FlexCAN controller driver 문서를 연결하는 CAN device driver 색인입니다.

Source pathDocumentation/networking/device_drivers/can/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-22

Linux CAN device driver 문서의 색인으로 ELM327 serial adapter, CTU CAN FD soft core, Freescale FlexCAN controller 문서를 연결합니다.

CAN driver 문서
CAN device drivers`can327`ELM327 serial
CAN device drivers`ctucanfd-driver`CTU CAN FD core
CAN device drivers`flexcan`Freescale controller

Hardware 유형별 하위 문서로 이동합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
3 Controller Area Network (CAN) Device Drivers
4 ============================================
5
6 Device drivers for CAN devices.
7
8 Contents:
9
10 .. toctree::
11 :maxdepth: 2
12
13 can327
14 ctu/ctucanfd-driver
15 freescale/flexcan
16
17 .. only:: subproject and html
18
19 Indices
20 =======
21
22 * :ref:`genindex`
23

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

CAN device driver 문서 색인

1-22

Controller Area Network(CAN) device driver

CAN device용 driver 문서 모음입니다.

목차

  • `can327`: ELM327 serial interface용 SocketCAN driver
  • `ctu/ctucanfd-driver`: CTU CAN FD IP core driver
  • `freescale/flexcan`: FlexCAN controller driver

Subproject와 HTML build에서는 전체 색인을 가리키는 `:ref:`genindex`` 항목도 제공합니다.

.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

Controller Area Network (CAN) Device Drivers
============================================

Device drivers for CAN devices.

Contents:

.. toctree::
   :maxdepth: 2

   can327
   ctu/ctucanfd-driver
   freescale/flexcan

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`