Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c216 uint32_t TmpDWord; in VL53L0X_get_info_from_device() local
263 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
265 ReferenceSpadCount = (uint8_t)((TmpDWord >> 8) & 0x07f); in VL53L0X_get_info_from_device()
266 ReferenceSpadType = (uint8_t)((TmpDWord >> 15) & 0x01); in VL53L0X_get_info_from_device()
270 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
273 NvmRefGoodSpadMap[0] = (uint8_t)((TmpDWord >> 24) in VL53L0X_get_info_from_device()
275 NvmRefGoodSpadMap[1] = (uint8_t)((TmpDWord >> 16) in VL53L0X_get_info_from_device()
277 NvmRefGoodSpadMap[2] = (uint8_t)((TmpDWord >> 8) in VL53L0X_get_info_from_device()
279 NvmRefGoodSpadMap[3] = (uint8_t)(TmpDWord & 0xff); in VL53L0X_get_info_from_device()
283 Status |= VL53L0X_RdDWord(Dev, 0x90, &TmpDWord); in VL53L0X_get_info_from_device()
[all …]