Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h306 #define SDMMC_OCR_ERRORBITS ((uint32_t)0xFDFFE008U) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1284 if((response_r1 & SDMMC_OCR_ERRORBITS) == SDMMC_ALLZERO) in SDMMC_GetCmdResp1()