Searched refs:ERASE_SIZE (Results 1 – 2 of 2) sorted by relevance
186 …__IO uint16_t ERASE_SIZE; /*!< Determines the number of AUs to be erased in one opera… member
2213 pCardStatus->ERASE_SIZE = (uint8_t)(tmp << 8); in HAL_SD_GetCardStatus()2217 pCardStatus->ERASE_SIZE |= (uint8_t)tmp; in HAL_SD_GetCardStatus()