Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h271 …__IO uint32_t ProtectedAreaSize; /*!< Carries information about the capacity of protected are… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2547 …pStatus->ProtectedAreaSize = (((sd_status[1] & 0xFFU) << 24U) | ((sd_status[1] & 0xFF00U) << 8U… in HAL_SD_GetCardStatus()