← Documents Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

HMC5843 bias measurement configuration

HMC5843 계열 자력계의 정상·양의·음의 바이어스 측정과 HMC5983 전용 온도 센서 모드를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Bias mode selection

sysfs-bus-iio-magnetometer-hmc5843:1-20

meas_conf는 normal, positivebias, negativebias를 선택하며 HMC5983에서는 자기 센서를 끄고 온도 센서를 켜는 disabled도 지원합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/iio/devices/iio:deviceX/meas_conf
2 What: /sys/bus/iio/devices/iio:deviceX/meas_conf_available
3 KernelVersion: 4.5
5 Description:
6 Current configuration and available configurations
7 for the bias current.
8
9 ============ ============================================
10 normal Normal measurement configurations (default)
11 positivebias Positive bias configuration
12 negativebias Negative bias configuration
13 disabled Only available on HMC5983. Disables magnetic
14 sensor and enables temperature sensor.
15 ============ ============================================
16
17 Note:
18 The effect of this configuration may vary
19 according to the device. For exact documentation
20 check the device's datasheet.
21

3. 한국어 전문 번역

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

바이어스 전류 측정 구성

1-20
항목한국어 전문 번역
What/sys/bus/iio/devices/iio:deviceX/meas_conf
What/sys/bus/iio/devices/iio:deviceX/meas_conf_available
KernelVersion4.5
Contact[email protected]
Description바이어스 전류의 현재 구성과 사용할 수 있는 구성을 나타냅니다.
구성의미
normal정상 측정 구성입니다(기본값).
positivebias양의 바이어스 구성입니다.
negativebias음의 바이어스 구성입니다.
disabledHMC5983에서만 사용할 수 있습니다. 자기 센서를 비활성화하고 온도 센서를 활성화합니다.

참고: 이 구성의 효과는 장치에 따라 다를 수 있습니다. 정확한 내용은 해당 장치의 데이터시트를 확인하십시오.