Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h186 …__IO uint16_t ERASE_SIZE; /*!< Determines the number of AUs to be erased in one opera… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c2213 pCardStatus->ERASE_SIZE = (uint8_t)(tmp << 8); in HAL_SD_GetCardStatus()
2217 pCardStatus->ERASE_SIZE |= (uint8_t)tmp; in HAL_SD_GetCardStatus()