Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1324 else if((response_r1 & SDMMC_OCR_CARD_ECC_FAILED) == SDMMC_OCR_CARD_ECC_FAILED) in SDMMC_GetCmdResp1()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h296 #define SDMMC_OCR_CARD_ECC_FAILED ((uint32_t)0x00200000U) macro