Searched refs:chipIdValue (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/peripheral/vibrator/chipset/drv2605l/ |
H A D | vibrator_drv2605l_driver.c | 119 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 D | sensor_config_parser.c | 271 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 D | vibrator_driver_type.h | 72 uint16_t chipIdValue; member
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/ |
H A D | sensor_config_parser.h | 33 uint16_t chipIdValue; member
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_parser.c | 25 ret = parser->GetUint16(attrNode, "chipIdValue", &config->vibratorAttr.chipIdValue, 0); in ParseVibratorAttr()
|
/ohos5.0/drivers/peripheral/sensor/chipset/ppg/ |
H A D | ppg_cs1262.c | 318 uint16_t val = cfgData->sensorCfg.sensorAttr.chipIdValue; in CheckChipId()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-sensor-des.md | 475 chipIdValue = 0x05; // 根据器件ID寄存器,读取的值,或查看相关芯片datasheet手册确认该值
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-sensor-des.md | 475 …chipIdValue = 0x05; // Read the value based on the device ID register or check the val…
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 3303 chipIdValue = 0x05;
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 3313 chipIdValue = 0x05;
|