Home
last modified time | relevance | path

Searched refs:chipIdReg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/chipset/drv2605l/
H A Dvibrator_drv2605l_driver.c118 uint16_t chipIdReg; in DetectDrv2605lDevice() local
122 chipIdReg = drvData->drv2605lCfgData->vibratorAttr.chipIdReg; in DetectDrv2605lDevice()
132 …ret = ReadDrv2605l(&drvData->drv2605lCfgData->vibratorBus.i2cCfg, chipIdReg, &value, sizeof(value)… in DetectDrv2605lDevice()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c270 uint16_t chipIdReg; in DetectSensorDevice() local
276 chipIdReg = config->sensorAttr.chipIdReg; in DetectSensorDevice()
286 ret = ReadSensor(&config->busCfg, chipIdReg, &value, sizeof(value)); in DetectSensorDevice()
294 …HDF_LOGE("%s: sensor chip[0x%x] id [0x%x] detect value[%hhu]", __func__, chipIdReg, chipIdValue, v… in DetectSensorDevice()
442 ret = parser->GetUint16(attrNode, "chipIdRegister", &config->sensorAttr.chipIdReg, 0); in ParseSensorAttr()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h71 uint16_t chipIdReg; member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h32 uint16_t chipIdReg; member
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c23 ret = parser->GetUint16(attrNode, "chipIdRegister", &config->vibratorAttr.chipIdReg, 0); in ParseVibratorAttr()
/ohos5.0/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262.c317 uint16_t reg = cfgData->sensorCfg.sensorAttr.chipIdReg; in CheckChipId()