CE-ATA mode management functions.  
More...
CE-ATA mode management functions. 
 ===============================================================================
                  ##### CE-ATA mode management functions #####
 ===============================================================================  
  This section provide functions allowing to program and read the CE-ATA card. 
      
        
          | 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
- 
  
  
Definition at line 723 of file stm32f4xx_sdio.c.
 
 
      
        
          | 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
- 
  
  
Definition at line 709 of file stm32f4xx_sdio.c.
 
 
      
        
          | 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
- 
  
  
Definition at line 737 of file stm32f4xx_sdio.c.