Home
last modified time | relevance | path

Searched refs:chipIdValue (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/chipset/drv2605l/
H A Dvibrator_drv2605l_driver.c119 uint16_t chipIdValue; in DetectDrv2605lDevice() local
123 chipIdValue = drvData->drv2605lCfgData->vibratorAttr.chipIdValue; in DetectDrv2605lDevice()
139 if (value != chipIdValue) { in DetectDrv2605lDevice()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c271 uint16_t chipIdValue; in DetectSensorDevice() local
277 chipIdValue = config->sensorAttr.chipIdValue; in DetectSensorDevice()
293 if (value != chipIdValue) { in DetectSensorDevice()
294 …OGE("%s: sensor chip[0x%x] id [0x%x] detect value[%hhu]", __func__, chipIdReg, chipIdValue, value); in DetectSensorDevice()
444 ret = parser->GetUint16(attrNode, "chipIdValue", &config->sensorAttr.chipIdValue, 0); in ParseSensorAttr()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h72 uint16_t chipIdValue; member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h33 uint16_t chipIdValue; member
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c25 ret = parser->GetUint16(attrNode, "chipIdValue", &config->vibratorAttr.chipIdValue, 0); in ParseVibratorAttr()
/ohos5.0/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262.c318 uint16_t val = cfgData->sensorCfg.sensorAttr.chipIdValue; in CheckChipId()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-sensor-des.md475 chipIdValue = 0x05; // 根据器件ID寄存器,读取的值,或查看相关芯片datasheet手册确认该值
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-sensor-des.md475chipIdValue = 0x05; // Read the value based on the device ID register or check the val…
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md3303 chipIdValue = 0x05;
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md3313 chipIdValue = 0x05;