HAL + 0/12 examples
CodeScope will show references to SDIO_BUS_WIDE_4B from the following samples and libraries:
 
Symbols
loading...
Files
loading...

SDIO_BUS_WIDE_4B macro

Syntax

#define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0

Examples

SDIO_BUS_WIDE_4B is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_ll_sdmmc.h:369
#define SDIO_BUS_WIDE_4B SDIO_CLKCR_WIDBUS_0
stm32f4xx_hal_mmc.c:2315
else if(WideMode == SDIO_BUS_WIDE_4B)
stm32f4xx_hal_mmc.c:3114
if((Wide == SDIO_BUS_WIDE_8B) || (Wide == SDIO_BUS_WIDE_4B))
stm32f4xx_hal_sd.c:2263
else if(WideMode == SDIO_BUS_WIDE_4B)
stm32f4xx_ll_sdmmc.h:373
((WIDE) == SDIO_BUS_WIDE_4B) || \