1.2.20.28 1.9.18.28 1.25.19.28 1.26.17.28 1.27.19.28 1.28.22.28 SDMMC_BUS_WIDTH Enum
C
typedef enum { SDMMC_BUS_WIDTH_1_BIT = 0, SDMMC_BUS_WIDTH_4_BIT } SDMMC_BUS_WIDTH;
Summary
The enumeration lists the bus widths for the SDMMC bus
Description
The enumeration is used to identify the bus width mode for the SDMMC bus and can be used to set the bus width using the SDMMCx_BusWidthSet() API
Remarks
None.