Searched refs:TmpDWord (Results 1 – 1 of 1) sorted by relevance
216 uint32_t TmpDWord; in VL53L0X_get_info_from_device() local263 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 …]