Home
last modified time | relevance | path

Searched refs:LogBlockSize (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c2054 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2061 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2126 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32f4xx_hal_sd.c2082 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2092 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2218 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c2005 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2012 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2077 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32f1xx_hal_sd.c2029 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2039 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2165 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c2005 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2012 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2077 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32f2xx_hal_sd.c2029 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2039 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2165 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c2006 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2013 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2078 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32f7xx_hal_sd.c2029 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2039 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2165 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2041 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2051 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2177 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c2198 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2208 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2326 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c2193 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2203 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2333 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
Dstm32u5xx_hal_mmc.c2134 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2141 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2206 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c2174 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2181 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2246 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32l5xx_hal_sd.c2237 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2247 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2377 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c2174 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD()
2181 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD()
2246 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
Dstm32h7xx_hal_sd.c2237 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD()
2247 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD()
2377 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_mmc.h105 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
Dstm32f1xx_hal_sd.h108 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_mmc.h105 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
Dstm32f4xx_hal_sd.h108 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_mmc.h105 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
Dstm32f2xx_hal_sd.h108 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_mmc.h105 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
Dstm32f7xx_hal_sd.h108 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h108 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member

12