Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h398 #define SD_CMD_SD_APP_SEND_SCR ((uint8_t)51) /*!< Reads the SD Configuration R… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c3221 sdio_cmdinitstructure.CmdIndex = SD_CMD_SD_APP_SEND_SCR; in SD_FindSCR()
3225 errorstate = SD_CmdResp1Error(hsd, SD_CMD_SD_APP_SEND_SCR); in SD_FindSCR()