Searched refs:tmp1 (Results 1 – 3 of 3) sorted by relevance
141 uint32_t tmp, curr, tmp1; in Derivation_incrementVector() local144 CC_PalMemCopy((uint8_t *)&tmp1, &iv_ptr[i*sizeof(uint32_t)], sizeof(tmp1)); in Derivation_incrementVector()145 tmp = CC_PROD_SET_WORD_AS_BE(tmp1); in Derivation_incrementVector()150 tmp1 = CC_PROD_SET_WORD_AS_BE(tmp); in Derivation_incrementVector()151 CC_PalMemCopy(&iv_ptr[i*sizeof(uint32_t)], (uint8_t *)&tmp1, sizeof(tmp)); in Derivation_incrementVector()
202 uint32_t tmp1[8]; /* Internal use in SecureISP */ member
3425 FlagStatus tmp1; in HAL_I2C_IsDeviceReady() local3450 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()3453 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_I2C_IsDeviceReady()3472 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()7390 uint32_t tmp1; in I2C_IsErrorOccurred() local7407 tmp1 = (uint32_t)(hi2c->Instance->CR2 & I2C_CR2_STOP); in I2C_IsErrorOccurred()7412 (tmp1 != I2C_CR2_STOP) && \ in I2C_IsErrorOccurred()