Home
last modified time | relevance | path

Searched refs:SDMMC_SDIO_R5_ILLEGAL_CMD (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_sdmmc.h202 #define SDMMC_SDIO_R5_ILLEGAL_CMD ((uint32_t)0x00004000U) macro
207 SDMMC_SDIO_R5_ILLEGAL_CMD | \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_sdmmc.h180 #define SDMMC_SDIO_R5_ILLEGAL_CMD ((uint32_t)0x00004000U) macro
185 SDMMC_SDIO_R5_ILLEGAL_CMD | \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_sdmmc.h202 #define SDMMC_SDIO_R5_ILLEGAL_CMD ((uint32_t)0x00004000U) macro
207 SDMMC_SDIO_R5_ILLEGAL_CMD | \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_sdmmc.c1684 else if ((response_r5 & SDMMC_SDIO_R5_ILLEGAL_CMD) == SDMMC_SDIO_R5_ILLEGAL_CMD) in SDMMC_GetCmdResp5()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_sdmmc.c1684 else if ((response_r5 & SDMMC_SDIO_R5_ILLEGAL_CMD) == SDMMC_SDIO_R5_ILLEGAL_CMD) in SDMMC_GetCmdResp5()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_sdmmc.c1684 else if ((response_r5 & SDMMC_SDIO_R5_ILLEGAL_CMD) == SDMMC_SDIO_R5_ILLEGAL_CMD) in SDMMC_GetCmdResp5()