Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.h60 struct SensorCfgData *GyroCreateCfgData(const struct DeviceResourceNode *node);
H A Dsensor_gyro_driver.c270 struct SensorCfgData *GyroCreateCfgData(const struct DeviceResourceNode *node) in GyroCreateCfgData() function
/ohos5.0/drivers/peripheral/sensor/chipset/gyro/
H A Dgyro_bmi160.c180 drvData->sensorCfg = GyroCreateCfgData(device->property); in GyroBmi160InitDriver()