Partager via


SDHCDUnlockRequest (Compact 2013)

3/26/2014

This function unlocks a request that was previously locked by SDHCDGetAndLockCurrentRequest. The request can then be cancelled from any thread context.

Syntax

VOID SDHCDUnlockRequest(
  PSDCARD_HC_CONTEXT pHCContext,
  PSD_BUS_REQUEST pRequest
);

Parameters

  • pHCContext
    [in] A pointer to a host controller context structure.
  • pRequest
    [in] A pointer to an SD_BUS_REQUEST structure to be unlocked.

Return Value

None.

Requirements

Header

sdhcd.h

Library

SDHCLib.lib

See Also

Reference

Secure Digital (SD) Card Driver Functions