vibrator_device 結構參考

vibrator_device 結構參考

#include < vibrator.h >

資料欄位

結構體hw_device_t常見的
整數(* vibrator_on )(struct vibrator_device *vibradev, unsigned int timeout_ms)
整數(* vibrator_off )(結構vibrator_device *vibradev)

詳細說明

定義位於檔案vibrator.h的第37行。

現場文檔

結構體hw_device_t公共

振動器裝置的常用方法。這必須vibrator_device的第一個成員,因為該結構的使用者將在已知hw_device_t引用vibrator_device 的上下文中將hw_device_t強制轉換為vibrator_device指標。

定義位於檔案vibrator.h44行。

int(* vibrator_off)(struct vibrator_device *vibradev)

關閉振動器

取消之前開始的振動(如果有)。

退貨
0 表示成功,否則回傳負 errno 代碼

定義位於檔案vibrator.h63行。

int(* vibrator_on)(struct vibrator_device *vibradev, unsigned int timeout_ms)

打開振動器

此函數只能在前一個逾時到期或被取消(透過vibrator_off() )後呼叫。

參數
超時毫秒振動的毫秒數
退貨
0 表示成功,否則回傳負 errno 代碼

定義位於檔案vibrator.h的第55行。


該結構的文檔是從以下文件產生的: