Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_sd.h348 #define SD_CMD_SEND_STATUS ((uint8_t)13) /*!< Addressed card sends its sta… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c2636 sdio_cmdinitstructure.CmdIndex = SD_CMD_SEND_STATUS; in SD_SendStatus()
2643 errorstate = SD_CmdResp1Error(hsd, SD_CMD_SEND_STATUS); in SD_SendStatus()
3303 sdio_cmdinitstructure.CmdIndex = SD_CMD_SEND_STATUS; in SD_IsCardProgramming()
3335 if((uint32_t)SDIO_GetCommandResponse(hsd->Instance) != SD_CMD_SEND_STATUS) in SD_IsCardProgramming()