Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_sd.h267 …__IO uint8_t UhsAllocationUnitSize; /*!< Carries information about the UHS card's allocation uni… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sd.c425 unitsize = CardStatus.UhsAllocationUnitSize; in HAL_SD_Init()
2552 pStatus->UhsAllocationUnitSize = (uint8_t)(sd_status[3] & 0x000FU) ; in HAL_SD_GetCardStatus()