1.34.6.13 HSMCI_BusWidthSet Function
C
void HSMCI_BusWidthSet ( HSMCI_BUS_WIDTH busWidth )
Summary
Configures the width of the data bus.
Description
This function configures the data bus width to either 1 bit or 4 bit mode.
Precondition
HSMCI_Initialize() must have been called first.
Parameters
Param | Description |
---|---|
busWidth | Enumeration of HSMCI_BUS_WIDTH type identifying the bus width to set |
Returns
None.
Example
HSMCI_BusWidthSet(HSMCI_BUS_WIDTH_4_BIT);
Remarks
None.