|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for MMC card related functions:Functions | |
| HAL_MMC_CardStateTypeDef | HAL_MMC_GetCardState (MMC_HandleTypeDef *hmmc) |
| Gets the current mmc card data state. More... | |
| HAL_StatusTypeDef | HAL_MMC_GetCardCID (MMC_HandleTypeDef *hmmc, HAL_MMC_CardCIDTypeDef *pCID) |
| Returns information the information of the card which are stored on the CID register. More... | |
| HAL_StatusTypeDef | HAL_MMC_GetCardCSD (MMC_HandleTypeDef *hmmc, HAL_MMC_CardCSDTypeDef *pCSD) |
| Returns information the information of the card which are stored on the CSD register. More... | |
| HAL_StatusTypeDef | HAL_MMC_GetCardInfo (MMC_HandleTypeDef *hmmc, HAL_MMC_CardInfoTypeDef *pCardInfo) |
| Gets the MMC card info. More... | |
| HAL_StatusTypeDef | HAL_MMC_GetCardExtCSD (MMC_HandleTypeDef *hmmc, uint32_t *pExtCSD, uint32_t Timeout) |
| Returns information the information of the card which are stored on the Extended CSD register. More... | |
| HAL_StatusTypeDef HAL_MMC_GetCardCID | ( | MMC_HandleTypeDef * | hmmc, |
| HAL_MMC_CardCIDTypeDef * | pCID | ||
| ) |
Returns information the information of the card which are stored on the CID register.
| hmmc | Pointer to MMC handle |
| pCID | Pointer to a HAL_MMC_CIDTypedef structure that contains all CID register parameters |
| HAL | status |
Definition at line 2004 of file stm32f4xx_hal_mmc.c.
| HAL_StatusTypeDef HAL_MMC_GetCardCSD | ( | MMC_HandleTypeDef * | hmmc, |
| HAL_MMC_CardCSDTypeDef * | pCSD | ||
| ) |
Returns information the information of the card which are stored on the CSD register.
| hmmc | Pointer to MMC handle |
| pCSD | Pointer to a HAL_MMC_CardCSDTypeDef structure that contains all CSD register parameters |
| HAL | status |
< Reserved
Definition at line 2037 of file stm32f4xx_hal_mmc.c.
| HAL_StatusTypeDef HAL_MMC_GetCardExtCSD | ( | MMC_HandleTypeDef * | hmmc, |
| uint32_t * | pExtCSD, | ||
| uint32_t | Timeout | ||
| ) |
Returns information the information of the card which are stored on the Extended CSD register.
| hmmc | Pointer to MMC handle |
| pExtCSD | Pointer to a memory area (512 bytes) that contains all Extended CSD register parameters |
| Timeout | Specify timeout value |
| HAL | status |
Definition at line 2176 of file stm32f4xx_hal_mmc.c.
| HAL_StatusTypeDef HAL_MMC_GetCardInfo | ( | MMC_HandleTypeDef * | hmmc, |
| HAL_MMC_CardInfoTypeDef * | pCardInfo | ||
| ) |
Gets the MMC card info.
| hmmc | Pointer to MMC handle |
| pCardInfo | Pointer to the HAL_MMC_CardInfoTypeDef structure that will contain the MMC card status information |
| HAL | status |
Definition at line 2154 of file stm32f4xx_hal_mmc.c.
| HAL_MMC_CardStateTypeDef HAL_MMC_GetCardState | ( | MMC_HandleTypeDef * | hmmc | ) |
Gets the current mmc card data state.
| hmmc | pointer to MMC handle |
| Card | state |
Definition at line 2393 of file stm32f4xx_hal_mmc.c.