Functions

SDIO IO Cards mode management functions. More...

Collaboration diagram for SDIO IO Cards mode management functions:

Functions

void SDIO_SendSDIOSuspendCmd (FunctionalState NewState)
 Enables or disables the SD I/O Mode suspend command sending. More...
 
void SDIO_SetSDIOOperation (FunctionalState NewState)
 Enables or disables the SD I/O Mode Operation. More...
 
void SDIO_SetSDIOReadWaitMode (uint32_t SDIO_ReadWaitMode)
 Sets one of the two options of inserting read wait interval. More...
 
void SDIO_StartSDIOReadWait (FunctionalState NewState)
 Starts the SD I/O Read Wait operation. More...
 
void SDIO_StopSDIOReadWait (FunctionalState NewState)
 Stops the SD I/O Read Wait operation. More...
 

Detailed Description

SDIO IO Cards mode management functions.

 ===============================================================================
               ##### SDIO IO Cards mode management functions #####
 ===============================================================================  

  This section provide functions allowing to program and read the SDIO IO Cards.

Function Documentation

void SDIO_SendSDIOSuspendCmd ( FunctionalState  NewState)

Enables or disables the SD I/O Mode suspend command sending.

Parameters
NewStatenew state of the SD I/O Mode suspend command. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 677 of file stm32f4xx_sdio.c.

void SDIO_SetSDIOOperation ( FunctionalState  NewState)

Enables or disables the SD I/O Mode Operation.

Parameters
NewStatenew state of SDIO specific operation. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 663 of file stm32f4xx_sdio.c.

void SDIO_SetSDIOReadWaitMode ( uint32_t  SDIO_ReadWaitMode)

Sets one of the two options of inserting read wait interval.

Parameters
SDIO_ReadWaitModeSD I/O Read Wait operation mode. This parameter can be:
  • SDIO_ReadWaitMode_CLK: Read Wait control by stopping SDIOCLK
  • SDIO_ReadWaitMode_DATA2: Read Wait control using SDIO_DATA2
Return values
None

Definition at line 649 of file stm32f4xx_sdio.c.

void SDIO_StartSDIOReadWait ( FunctionalState  NewState)

Starts the SD I/O Read Wait operation.

Parameters
NewStatenew state of the Start SDIO Read Wait operation. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 619 of file stm32f4xx_sdio.c.

void SDIO_StopSDIOReadWait ( FunctionalState  NewState)

Stops the SD I/O Read Wait operation.

Parameters
NewStatenew state of the Stop SDIO Read Wait operation. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 633 of file stm32f4xx_sdio.c.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:55