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 |
當地時間硬體裝置的常用方法。這個 必須是 local_time_hw_device 的首位成員,因為這個結構體的使用者會在已知 hw_device_t 參照 local_time_hw_device 的情況下,將 hw_device_t 轉換為 local_time_hw_device 指標。
定義位於檔案 local_time_hal.h 的 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 的 98 行。
uint64_t(* get_local_freq)(struct local_time_hw_device *dev) |
傳回系統全域本機時間計數器的標稱頻率 (以赫茲為單位)
定義位於檔案 local_time_hal.h 的 77 行。
int64_t(* get_local_time)(struct local_time_hw_device *dev) |
傳回系統全域本機時間計數器的目前值
定義位於檔案 local_time_hal.h 的 70 行。
int(* set_local_slew)(struct local_time_hw_device *dev, int16_t rate) |
設定振盪器的 HW 斜率,驅動系統全域本機時間計數器。成功時,平台應傳回 0。不支援硬體偏移的平台應將此方法設為 NULL。
有效的 rate 值範圍從 MIN_INT16 到 MAX_INT16。平台實作應嘗試將此範圍線性對應至硬體的最小/最大轉速率。
定義位於檔案 local_time_hal.h 的 89 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ local_time_hal.h