Home
last modified time | relevance | path

Searched defs:regValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_platform_if.c108 int32_t SetSensorPinMux(uint32_t regAddr, int32_t regSize, uint32_t regValue) in SetSensorPinMux()
/ohos5.0/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1745.c58 uint8_t regValue; in DynamicRangCovert() local
112 uint8_t regValue; in CalLux() local
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/
H A Dsensor_als_driver.c35 int32_t GetTimeByRegValue(uint8_t regValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetTimeByRegValue()
65 int32_t GetGainByRegValue(uint8_t regValue, struct GainRegAddrValueMap *map, int32_t itemNum) in GetGainByRegValue()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c35 uint8_t regValue = 0; in ChipDetect() local
H A Dtouch_ft5406.c42 uint8_t regValue[FTS_REG_IDX_MAX] = {0}; in ChipDetect() local
H A Dtouch_ft5x06.c144 uint8_t regValue = NUM_0; in ChipDetect() local
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/ppg/
H A Dsensor_ppg_config.h36 uint32_t regValue; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c163 static int32_t InputPinMuxCfg(uint32_t regAddr, int32_t regSize, uint32_t regValue) in InputPinMuxCfg()