Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h695 #define SDMMC_FLAG_IDMABTC SDMMC_STA_IDMABTC macro
711 … SDMMC_FLAG_IDMATE | SDMMC_FLAG_IDMABTC))
719 SDMMC_FLAG_IDMABTC))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c1989 __HAL_SD_CLEAR_FLAG(hsd, SDMMC_FLAG_IDMABTC); in HAL_SD_IRQHandler()