← Documents Documentation/w1/index.rst GitHub 원문 ↗

Linux 6.18.37 · 1-Wire / Master

1-Wire Subsystem

1-Wire core와 master·slave 문서의 상위 목차입니다.

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

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

1. 요약·해설

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

요약·해설

index.rst:1-21

1-Wire core와 master·slave 문서의 상위 목차입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ================
4 1-Wire Subsystem
5 ================
6
7 .. toctree::
8 :maxdepth: 1
9
10
11 w1-generic.rst
12 w1-netlink.rst
13 masters/index
14 slaves/index
15
16 .. only:: subproject and html
17
18 Indices
19 =======
20
21 * :ref:`genindex`
22

3. 한국어 전문 번역

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

1-Wire 문서 진입점

1-21

이 문서는 Linux 1-Wire subsystem 문서의 Sphinx 진입점입니다. `toctree`의 최대 깊이를 1로 제한해 핵심 문서와 하위 master·slave 목록을 연결합니다.

주요 항목은 1-Wire generic core, netlink interface, master driver index, slave driver index입니다.

Subproject HTML build에서는 일반 symbol 색인인 `genindex` 링크도 표시합니다.

1-Wire 문서 트리
항목대상
w1-generic.rst1-Wire core 동작
w1-netlink.rstUserspace netlink interface
masters/index1-Wire master controller driver
slaves/index1-Wire slave family driver
genindexHTML symbol index

상위 목차가 연결하는 문서 그룹입니다.

.. SPDX-License-Identifier: GPL-2.0

================
1-Wire Subsystem
================

.. toctree::
   :maxdepth: 1


   w1-generic.rst
   w1-netlink.rst
   masters/index
   slaves/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`