요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
Lower reset boundary
sysfs-bus-iio-resolver-ad2s1210:15-27reset_min은 millivolt 단위 최소 임계값을 읽고 쓰며 companion available 속성이 허용 범위를 제공합니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_max
2
KernelVersion: 6.7
3
Contact: [email protected]
4
Description:
5
Reading returns the current Degradation of Signal Reset Maximum
6
Threshold value in millivolts. Writing sets the value.
8
What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_max_available
9
KernelVersion: 6.7
10
Contact: [email protected]
11
Description:
12
Reading returns the allowable voltage range for
13
in_altvoltage0_mag_rising_reset_max.
15
What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_min
16
KernelVersion: 6.7
17
Contact: [email protected]
18
Description:
19
Reading returns the current Degradation of Signal Reset Minimum
20
Threshold value in millivolts. Writing sets the value.
22
What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_min_available
23
KernelVersion: 6.7
24
Contact: [email protected]
25
Description:
26
Reading returns the allowable voltage range for
27
in_altvoltage0_mag_rising_reset_min.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
신호 저하 reset 최대 임계값
1-7| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_max |
| KernelVersion | 6.7 |
| Contact | [email protected] |
| Description | 읽으면 현재 Degradation of Signal Reset Maximum Threshold 값을 millivolt 단위로 반환합니다. 쓰면 값을 설정합니다. |
사용 가능한 reset 최대 임계값
8-14| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_max_available |
| KernelVersion | 6.7 |
| Contact | [email protected] |
| Description | 읽으면 in_altvoltage0_mag_rising_reset_max에 허용되는 전압 범위를 반환합니다. |
신호 저하 reset 최소 임계값
15-21| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_min |
| KernelVersion | 6.7 |
| Contact | [email protected] |
| Description | 읽으면 현재 Degradation of Signal Reset Minimum Threshold 값을 millivolt 단위로 반환합니다. 쓰면 값을 설정합니다. |
사용 가능한 reset 최소 임계값
22-27| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/iio/devices/iio:deviceX/events/in_altvoltage0_mag_rising_reset_min_available |
| KernelVersion | 6.7 |
| Contact | [email protected] |
| Description | 읽으면 in_altvoltage0_mag_rising_reset_min에 허용되는 전압 범위를 반환합니다. |
Upper reset boundary
sysfs-bus-iio-resolver-ad2s1210:1-14reset_max는 millivolt 단위 최대 임계값을 읽고 쓰며 companion available 속성이 허용 범위를 제공합니다.