Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c1336 else if((response_r1 & SDMMC_OCR_STREAM_WRITE_OVERRUN) == SDMMC_OCR_STREAM_WRITE_OVERRUN) in SDMMC_GetCmdResp1()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h300 #define SDMMC_OCR_STREAM_WRITE_OVERRUN ((uint32_t)0x00020000U) macro