Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c703 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
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c703 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
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c703 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
[all …]