Home
last modified time | relevance | path

Searched refs:GyroOpsCall (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.h41 struct GyroOpsCall { struct
56 struct GyroOpsCall ops; argument
59 int32_t GyroRegisterChipOps(const struct GyroOpsCall *ops);
H A Dsensor_gyro_driver.c32 int32_t GyroRegisterChipOps(const struct GyroOpsCall *ops) in GyroRegisterChipOps()
/ohos5.0/drivers/peripheral/sensor/chipset/gyro/
H A Dgyro_bmi160.c168 struct GyroOpsCall ops; in GyroBmi160InitDriver()