Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h276 …__IO uint8_t EraseTimeout; /*!< Determines the timeout for any number of AU erase … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2558 pStatus->EraseTimeout = (uint8_t)((sd_status[3] & 0xFC00U) >> 10U); in HAL_SD_GetCardStatus()