Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c214 uint32_t TmpDWord; in VL53L0X_get_info_from_device() local
260 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
267 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
277 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
295 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
300 ProductId[3] = (char)((TmpDWord >> 4) & 0x07f); in VL53L0X_get_info_from_device()
302 byte = (uint8_t)((TmpDWord & 0x00f) << 3); in VL53L0X_get_info_from_device()
311 ProductId[7] = (char)((TmpDWord >> 8) & 0x07f); in VL53L0X_get_info_from_device()
312 ProductId[8] = (char)((TmpDWord >> 1) & 0x07f); in VL53L0X_get_info_from_device()
314 byte = (uint8_t)((TmpDWord & 0x001) << 6); in VL53L0X_get_info_from_device()
[all …]

Completed in 5 milliseconds