Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c746 uint8_t func_idx; in HAL_SDIO_GetCardFBRRegister() local
756 for (func_idx = 2U; func_idx <= SDIO_MAX_IO_NUMBER; func_idx++) in HAL_SDIO_GetCardFBRRegister()
760 if (SDIO_ReadDirect(hsdio, (((uint32_t)SDMMC_SDIO_F1BR0 * (uint32_t)func_idx) + count), 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()
770 …pFbr[(uint32_t)func_idx - 1U].ioPointerToCSA = tempBuffer[12U] | ((uint32_t)tempBuffer[13U] << 8U)… in HAL_SDIO_GetCardFBRRegister()
774 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_POWER_SELECTION; in HAL_SDIO_GetCardFBRRegister()
778 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_CSA; in HAL_SDIO_GetCardFBRRegister()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c746 uint8_t func_idx; in HAL_SDIO_GetCardFBRRegister() local
756 for (func_idx = 2U; func_idx <= SDIO_MAX_IO_NUMBER; func_idx++) in HAL_SDIO_GetCardFBRRegister()
760 if (SDIO_ReadDirect(hsdio, (((uint32_t)SDMMC_SDIO_F1BR0 * (uint32_t)func_idx) + count), 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()
770 …pFbr[(uint32_t)func_idx - 1U].ioPointerToCSA = tempBuffer[12U] | ((uint32_t)tempBuffer[13U] << 8U)… in HAL_SDIO_GetCardFBRRegister()
774 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_POWER_SELECTION; in HAL_SDIO_GetCardFBRRegister()
778 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_CSA; in HAL_SDIO_GetCardFBRRegister()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c746 uint8_t func_idx; in HAL_SDIO_GetCardFBRRegister() local
756 for (func_idx = 2U; func_idx <= SDIO_MAX_IO_NUMBER; func_idx++) in HAL_SDIO_GetCardFBRRegister()
760 if (SDIO_ReadDirect(hsdio, (((uint32_t)SDMMC_SDIO_F1BR0 * (uint32_t)func_idx) + count), 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()
770 …pFbr[(uint32_t)func_idx - 1U].ioPointerToCSA = tempBuffer[12U] | ((uint32_t)tempBuffer[13U] << 8U)… in HAL_SDIO_GetCardFBRRegister()
774 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_POWER_SELECTION; in HAL_SDIO_GetCardFBRRegister()
778 pFbr[(uint32_t)func_idx - 1U].flags |= (uint8_t)HAL_SDIO_FBR_SUPPORT_CSA; in HAL_SDIO_GetCardFBRRegister()