요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
Two DAC profiles
sysfs-bus-iio-vf610:10-16DAC는 high-power와 low-power를 지원하며 low-power가 기본값입니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/iio/devices/iio:deviceX/in_conversion_mode
2
KernelVersion: 4.2
3
Contact: [email protected]
4
Description:
5
Specifies the hardware conversion mode used. The three
6
available modes are "normal", "high-speed" and "low-power",
7
where the last is the default mode.
10
What: /sys/bus/iio/devices/iio:deviceX/out_conversion_mode
11
KernelVersion: 4.6
12
Contact: [email protected]
13
Description:
14
Specifies the hardware conversion mode used within DAC.
15
The two available modes are "high-power" and "low-power",
16
where "low-power" mode is the default mode.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
VF610 ADC 변환 모드
1-9| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/in_conversion_mode |
| KernelVersion | 4.2 |
| Contact | [email protected] |
| Description | 사용할 하드웨어 변환 모드를 지정합니다. 사용할 수 있는 세 모드는 "normal", "high-speed", "low-power"이며 마지막 "low-power"가 기본 모드입니다. |
VF610 DAC 변환 모드
10-16| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/out_conversion_mode |
| KernelVersion | 4.6 |
| Contact | [email protected] |
| Description | DAC 내부에서 사용할 하드웨어 변환 모드를 지정합니다. 사용할 수 있는 두 모드는 "high-power"와 "low-power"이며 "low-power"가 기본 모드입니다. |
Three ADC profiles
sysfs-bus-iio-vf610:1-9ADC는 normal, high-speed, low-power를 지원하며 low-power가 기본값입니다.