Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sd.h277 …__IO uint8_t EraseOffset; /*!< Carries information about the erase offset … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c2560 pStatus->EraseOffset = (uint8_t)((sd_status[3] & 0x0300U) >> 8U); in HAL_SD_GetCardStatus()