Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1332 else if((response_r1 & SDMMC_OCR_STREAM_READ_UNDERRUN) == SDMMC_OCR_STREAM_READ_UNDERRUN) in SDMMC_GetCmdResp1()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h299 #define SDMMC_OCR_STREAM_READ_UNDERRUN ((uint32_t)0x00040000U) macro