2.105.25 SDHC_BUS_WIDTH Enum
C
typedef enum
{
SDHC_BUS_WIDTH_1_BIT = 0,
SDHC_BUS_WIDTH_4_BIT
} SDHC_BUS_WIDTH;
Summary
The enumeration lists the bus widths for the SDHC bus.
Description
The enumeration is used to identify the bus width mode for the SDHC bus.
Remarks
None.
