Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function indicates a power up or power down event.
Syntax
VOID SDHCDPowerUpDown(
PSDCARD_HC_CONTEXT pHCContext,
BOOL PowerUp,
BOOL SlotKeepPower,
DWORD SlotIndex,
);
Parameters
- pHCContext
[in] A pointer to a host controller context structure.
- PowerUp
[in] A boolean value set to TRUE if powering up.
- SlotKeepPower
[in] A boolean value set to TRUE if the slot maintains power to the slot during power down.
- SlotIndex
[in] A DWORD value that identifies a specific slot.
Return Value
None.
Requirements
Header |
sdhcd.h |
Library |
SDHCLib.lib |