STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
CE-ATA mode management functions

CE-ATA mode management functions. More...

Functions

void SDIO_CommandCompletionCmd (FunctionalState NewState)
 Enables or disables the command completion signal. More...
 
void SDIO_CEATAITCmd (FunctionalState NewState)
 Enables or disables the CE-ATA interrupt. More...
 
void SDIO_SendCEATACmd (FunctionalState NewState)
 Sends CE-ATA command (CMD61). More...
 

Detailed Description

CE-ATA mode management functions.

 ===============================================================================
              CE-ATA mode management functions
 ===============================================================================  

  This section provide functions allowing to program and read the CE-ATA card.

Function Documentation

void SDIO_CEATAITCmd ( FunctionalState  NewState)

Enables or disables the CE-ATA interrupt.

Parameters
NewState,:new state of CE-ATA interrupt. This parameter can be: ENABLE or DISABLE.
Return values
None
void SDIO_CommandCompletionCmd ( FunctionalState  NewState)

Enables or disables the command completion signal.

Parameters
NewState,:new state of command completion signal. This parameter can be: ENABLE or DISABLE.
Return values
None
void SDIO_SendCEATACmd ( FunctionalState  NewState)

Sends CE-ATA command (CMD61).

Parameters
NewState,:new state of CE-ATA command. This parameter can be: ENABLE or DISABLE.
Return values
None