CMSIS-Driver
Version 2.8.0
Peripheral Interface for Middleware and Application Code
|
Specify the CMD line mode (Push-Pull or Open Drain). More...
Macros | |
#define | ARM_MCI_BUS_CMD_PUSH_PULL (0x00UL) |
Push-Pull CMD line (default) More... | |
#define | ARM_MCI_BUS_CMD_OPEN_DRAIN (0x01UL) |
Open Drain CMD line (MMC only) More... | |
Specify the CMD line mode (Push-Pull or Open Drain).
Set the CMD line type with the function ARM_MCI_Control. The CMD line mode is push-pull (default) or open drain (needed for older MMC).
#define ARM_MCI_BUS_CMD_PUSH_PULL (0x00UL) |
Push-Pull CMD line (default)
#define ARM_MCI_BUS_CMD_OPEN_DRAIN (0x01UL) |
Open Drain CMD line (MMC only)