Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c242 #define SD_R6_GENERAL_UNKNOWN_ERROR (0x00002000U) macro
3004 …if((response_r1 & (SD_R6_GENERAL_UNKNOWN_ERROR | SD_R6_ILLEGAL_CMD | SD_R6_COM_CRC_FAILED)) == SD_… in SD_CmdResp6Error()
3011 if((response_r1 & SD_R6_GENERAL_UNKNOWN_ERROR) == SD_R6_GENERAL_UNKNOWN_ERROR) in SD_CmdResp6Error()