Lines Matching refs:tempBuffer

703   uint8_t tempBuffer[256] = {0U};  in HAL_SDIO_GetCardCommonControlRegister()  local
716 …irect(hsdio, SDMMC_SDIO_CCCR0 + count, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &tempBuffer[count]) != in HAL_SDIO_GetCardCommonControlRegister()
723 pCccr->cccr_revision = tempBuffer[0] & 0x0FU; in HAL_SDIO_GetCardCommonControlRegister()
724 pCccr->sdio_revision = (tempBuffer[0] & 0xF0U) >> 4U; in HAL_SDIO_GetCardCommonControlRegister()
725 pCccr->sd_spec_revision = tempBuffer[0x01U] & 0x0FU; in HAL_SDIO_GetCardCommonControlRegister()
726 pCccr->bus_width_8Bit = ((tempBuffer[0x07U] & 0x04U) != 0U) ? HAL_SDIO_BUS_WIDTH_8BIT_SUPPORTED in HAL_SDIO_GetCardCommonControlRegister()
728 pCccr->card_capability = (tempBuffer[0x08U] & 0xDFUL); in HAL_SDIO_GetCardCommonControlRegister()
730 pCccr->commonCISPointer = tempBuffer[0x09U] | ((uint32_t)tempBuffer[(uint32_t)0x09U + 1U] << 8U) | in HAL_SDIO_GetCardCommonControlRegister()
731 ((uint32_t)tempBuffer[(uint32_t)0x09U + 2U] << 16U); in HAL_SDIO_GetCardCommonControlRegister()
744 uint8_t tempBuffer[256] = {0U}; in HAL_SDIO_GetCardFBRRegister() local
761 HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &tempBuffer[count]) != HAL_OK) in HAL_SDIO_GetCardFBRRegister()
766 pFbr[(uint32_t)func_idx - 1U].ioStdFunctionCode = tempBuffer[0U] & 0x0FU; in HAL_SDIO_GetCardFBRRegister()
767 pFbr[(uint32_t)func_idx - 1U].ioExtFunctionCode = tempBuffer[1U]; in HAL_SDIO_GetCardFBRRegister()
768 …pFbr[(uint32_t)func_idx - 1U].ioPointerToCIS = tempBuffer[9U] | ((uint32_t)tempBuffer[10U] << 8U) | in HAL_SDIO_GetCardFBRRegister()
769 ((uint32_t)tempBuffer[11U] << 16U); in HAL_SDIO_GetCardFBRRegister()
770 …pFbr[(uint32_t)func_idx - 1U].ioPointerToCSA = tempBuffer[12U] | ((uint32_t)tempBuffer[13U] << 8U)… in HAL_SDIO_GetCardFBRRegister()
771 ((uint32_t)tempBuffer[14U] << 16U); in HAL_SDIO_GetCardFBRRegister()
772 if ((tempBuffer[2U] & 0x01U) != 0U) in HAL_SDIO_GetCardFBRRegister()
776 if ((tempBuffer[0U] & 0x40U) != 0U) in HAL_SDIO_GetCardFBRRegister()