local_time_hw_device 구조체 참조
#include <
local_time_hal.h
>
데이터 필드 |
|
struct hw_device_t | 일반적인 |
int64_t(* | get_local_time )(struct local_time_hw_device *dev) |
uint64_t(* | get_local_freq )(struct local_time_hw_device *dev) |
int(* | set_local_slew )(struct local_time_hw_device *dev, int16_t rate) |
int(* | get_debug_log )(struct local_time_hw_device *dev, struct local_time_debug_event *records, int max_records) |
상세 설명
local_time_hal.h 파일의 57 행에 정의가 있습니다.
필드 문서
struct hw_device_t common |
현지 시간 하드웨어 기기의 일반적인 메서드입니다. 이 구조체의 사용자는 hw_device_t 를 hw_device_t 가 local_time_hw_device 를 참조하는 것으로 알려진 컨텍스트에서 local_time_hw_device 포인터로 변환하므로 이 구조체는 local_time_hw_device 의 첫 번째 구성원이어야 합니다 .
local_time_hal.h FILE의 64 번 째 줄에 정의가 있습니다.
int(* get_debug_log)(struct local_time_hw_device *dev, struct local_time_debug_event *records, int max_records) |
실험실 환경에서 하위 수준 동기화 데이터를 수집하는 데 사용되는 방법입니다. 대부분의 HAL 구현은 이 멤버를 NULL로 설정하거나 -EINVAL을 반환하여 이 기능이 지원되지 않음을 나타냅니다. 프로덕션 HAL은 이 메서드를 지원해서는 안 됩니다.
local_time_hal.h FILE의 98 행에 정의가 있습니다.
uint64_t(* get_local_freq)(struct local_time_hw_device *dev) |
시스템 전체 로컬 시간 카운터의 공칭 주파수 (헤르츠)를 반환합니다.
local_time_hal.h FILE의 77 행에 정의되어 있습니다.
int64_t(* get_local_time)(struct local_time_hw_device *dev) |
시스템 전체 로컬 시간 카운터의 현재 값을 반환합니다.
local_time_hal.h FILE의 70 행에 정의되어 있습니다.
int(* set_local_slew)(struct local_time_hw_device *dev, int16_t rate) |
시스템 전체 로컬 시간 카운터를 구동하는 오실레이터의 HW 슬루 레잇을 설정합니다. 성공하면 플랫폼은 0을 반환해야 합니다. HW 슬루를 지원하지 않는 플랫폼은 이 메서드를 NULL로 설정해야 합니다.
유효한 비율 값의 범위는 MIN_INT16에서 MAX_INT16까지입니다. 플랫폼 구현은 이 범위를 하드웨어의 최소/최대 슬루 속도에 선형으로 매핑하려고 시도해야 합니다.
local_time_hal.h FILE의 89 행에 정의가 있습니다.
이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
- hardware/libhardware/include/hardware/ local_time_hal.h