2.54.20 HSMCI_BUS_WIDTH Enum
C
typedef enum
{
// 1-bit HSMCI bus width
HSMCI_BUS_WIDTH_1_BIT = 0,
// 4-bit HSMCI bus width
HSMCI_BUS_WIDTH_4_BIT
} HSMCI_BUS_WIDTH;
Summary
The enumeration lists the bus widths for the HSMCI bus.
Description
The enumeration is an be used to specify the bus width to set in the HSMCI_BusWidthSet() API
Remarks
None.
