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.