Home
last modified time | relevance | path

Searched refs:SDIO_BUS_WIDE_4B (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h369 #define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0 macro
373 ((WIDE) == SDIO_BUS_WIDE_4B) || \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h369 #define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0 macro
373 ((WIDE) == SDIO_BUS_WIDE_4B) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h369 #define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0 macro
373 ((WIDE) == SDIO_BUS_WIDE_4B) || \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h365 #define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0 macro
369 ((WIDE) == SDIO_BUS_WIDE_4B) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c2266 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_MMC_ConfigWideBusOperation()
3065 if((Wide == SDIO_BUS_WIDE_8B) || (Wide == SDIO_BUS_WIDE_4B)) in MMC_PwrClassUpdate()
Dstm32f2xx_hal_sd.c2197 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_SD_ConfigWideBusOperation()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c2266 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_MMC_ConfigWideBusOperation()
3061 if((Wide == SDIO_BUS_WIDE_8B) || (Wide == SDIO_BUS_WIDE_4B)) in MMC_PwrClassUpdate()
Dstm32f1xx_hal_sd.c2197 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_SD_ConfigWideBusOperation()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c2315 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_MMC_ConfigWideBusOperation()
3114 if((Wide == SDIO_BUS_WIDE_8B) || (Wide == SDIO_BUS_WIDE_4B)) in MMC_PwrClassUpdate()
Dstm32f4xx_hal_sd.c2263 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_SD_ConfigWideBusOperation()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2214 else if(WideMode == SDIO_BUS_WIDE_4B) in HAL_SD_ConfigWideBusOperation()