/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_mmc.c | 2041 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD() 2048 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2113 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
D | stm32f2xx_hal_sd.c | 2027 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2037 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2163 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_mmc.c | 2041 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD() 2048 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2113 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
D | stm32f1xx_hal_sd.c | 2027 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2037 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2163 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_mmc.c | 2042 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD() 2049 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2114 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
D | stm32f7xx_hal_sd.c | 2032 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2042 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2168 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_mmc.c | 2090 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD() 2097 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2162 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
D | stm32f4xx_hal_sd.c | 2093 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2103 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2229 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_sd.c | 2044 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2054 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2180 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sd.c | 2198 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-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sd.c | 2237 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2247 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2382 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sd.c | 2194 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2204 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2339 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_mmc.c | 2159 hmmc->MmcCard.LogBlockSize = MMC_BLOCKSIZE; in HAL_MMC_GetCardCSD() 2166 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2231 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
D | stm32h5xx_hal_sd.c | 2203 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2213 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2348 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sd.c | 2205 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2215 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2350 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sd.c | 2237 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2247 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2382 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sd.c | 2194 hsd->SdCard.LogBlockSize = BLOCKSIZE; in HAL_SD_GetCardCSD() 2204 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2339 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sd.c | 2469 hsd->SdCard.LogBlockSize = 512U; in HAL_SD_GetCardCSD() 2479 hsd->SdCard.LogBlockSize = hsd->SdCard.BlockSize; in HAL_SD_GetCardCSD() 2611 pCardInfo->LogBlockSize = (uint32_t)(hsd->SdCard.LogBlockSize); in HAL_SD_GetCardInfo()
|
D | stm32l4xx_hal_mmc.c | 2354 hmmc->MmcCard.LogBlockSize = 512U; in HAL_MMC_GetCardCSD() 2361 hmmc->MmcCard.LogBlockSize = hmmc->MmcCard.BlockSize; in HAL_MMC_GetCardCSD() 2426 pCardInfo->LogBlockSize = (uint32_t)(hmmc->MmcCard.LogBlockSize); in HAL_MMC_GetCardInfo()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_mmc.h | 104 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|
D | stm32f7xx_hal_sd.h | 107 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_mmc.h | 104 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|
D | stm32f2xx_hal_sd.h | 107 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_mmc.h | 104 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_mmc.h | 104 uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */ member
|