요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/power_supply/max1720x/temp_ain1
2
Date: January 2025
3
KernelVersion: 6.14
4
Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
5
Description:
6
Reports the current temperature reading from AIN1 thermistor.
8
Access: Read
10
Valid values: Represented in 1/10 Degrees Celsius
12
What: /sys/class/power_supply/max1720x/temp_ain2
13
Date: January 2025
14
KernelVersion: 6.14
15
Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
16
Description:
17
Reports the current temperature reading from AIN2 thermistor.
19
Access: Read
21
Valid values: Represented in 1/10 Degrees Celsius
23
What: /sys/class/power_supply/max1720x/temp_int
24
Date: January 2025
25
KernelVersion: 6.14
26
Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
27
Description:
28
Reports the current temperature reading from internal die.
30
Access: Read
32
Valid values: Represented in 1/10 Degrees Celsius
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
AIN1 thermistor temperature
1-10| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/power_supply/max1720x/temp_ain1 |
| Date | 2025년 1월 |
| KernelVersion | 6.14 |
| Contact | Dimitri Fedrau <dimitri.fedrau@liebherr.com> |
| Description | AIN1 thermistor의 현재 temperature reading을 보고합니다. |
| Access | Read |
| Valid values | 섭씨 1/10 degree 단위 |
AIN2 thermistor temperature
12-21| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/power_supply/max1720x/temp_ain2 |
| Date | 2025년 1월 |
| KernelVersion | 6.14 |
| Contact | Dimitri Fedrau <dimitri.fedrau@liebherr.com> |
| Description | AIN2 thermistor의 현재 temperature reading을 보고합니다. |
| Access | Read |
| Valid values | 섭씨 1/10 degree 단위 |
Internal die temperature
23-32| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/power_supply/max1720x/temp_int |
| Date | 2025년 1월 |
| KernelVersion | 6.14 |
| Contact | Dimitri Fedrau <dimitri.fedrau@liebherr.com> |
| Description | Internal die의 현재 temperature reading을 보고합니다. |
| Access | Read |
| Valid values | 섭씨 1/10 degree 단위 |
속성Sensor단위
temp_ain1AIN1 thermistor0.1 °C
temp_ain2AIN2 thermistor0.1 °C
temp_intInternal die0.1 °C
두 external thermistor와 internal die sensor입니다.
External and internal temperatures
sysfs-class-power-max1720x:1-32두 external thermistor와 internal die의 read-only temperature를 섭씨 0.1도 단위로 제공합니다.