Home
last modified time | relevance | path

Searched refs:CardCapacity (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h202 uint64_t CardCapacity; /*!< Card capacity */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1587 pCardInfo->CardCapacity = (pCardInfo->SD_csd.DeviceSize + 1) ; in HAL_SD_Get_CardInfo()
1588 pCardInfo->CardCapacity *= (1 << (pCardInfo->SD_csd.DeviceSizeMul + 2)); in HAL_SD_Get_CardInfo()
1590 pCardInfo->CardCapacity *= pCardInfo->CardBlockSize; in HAL_SD_Get_CardInfo()
1611 … pCardInfo->CardCapacity = (uint64_t)((((uint64_t)pCardInfo->SD_csd.DeviceSize + 1)) * 512 * 1024); in HAL_SD_Get_CardInfo()