← Documents Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

ADXL372 peak acceleration trigger

ADXL372가 설정된 시간 구간의 peak acceleration만 events sysfs에 기록하도록 전환하는 IIO trigger를 설명합니다.

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

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

1. 요약·해설

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

Peak-only capture mode

sysfs-bus-iio-accel-adxl372:1-7

adxl372-devX-peak trigger는 연속 샘플 전체 대신 설정된 구간에서 감지한 peak acceleration만 기록하는 장치 모드를 선택합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak"
2 KernelVersion:
4 Description:
5 The adxl372 accelerometer kernel module provides an additional trigger,
6 which sets the device in a mode in which it will record only the peak acceleration
7 sensed over the set period of time in the events sysfs.
8

3. 한국어 전문 번역

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

ADXL372 peak acceleration trigger

1-7
항목전문 번역
What/sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak"
KernelVersion명시되지 않음
Contact[email protected]
DescriptionADXL372 가속도계 커널 모듈은 추가 트리거를 제공합니다. 이 트리거는 장치를 설정된 시간 구간 동안 감지한 가속도의 peak만 events sysfs에 기록하는 모드로 전환합니다.