Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h274 …__IO uint8_t AllocationUnitSize; /*!< Carries information about the card's allocation unit si… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2554 pStatus->AllocationUnitSize = (uint8_t)((sd_status[2] & 0xF00000U) >> 20U); in HAL_SD_GetCardStatus()