Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h375 #define SD_CMD_ERASE ((uint8_t)38) /*!< Reserved for SD security app… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1298 sdio_cmdinitstructure.CmdIndex = SD_CMD_ERASE; in HAL_SD_Erase()
1302 errorstate = SD_CmdResp1Error(hsd, SD_CMD_ERASE); in HAL_SD_Erase()