MMC handle Structure definition. More...
#include <stm32h7xx_hal_mmc.h>
Public Attributes | |
uint32_t | CID [4U] |
__IO uint32_t | Context |
uint32_t | CSD [4U] |
__IO uint32_t | ErrorCode |
uint32_t | Ext_CSD [128] |
MMC_InitTypeDef | Init |
MMC_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
HAL_MMC_CardInfoTypeDef | MmcCard |
uint8_t * | pRxBuffPtr |
uint8_t * | pTxBuffPtr |
uint32_t | RxXferSize |
__IO HAL_MMC_StateTypeDef | State |
uint32_t | TxXferSize |
MMC handle Structure definition.
Definition at line 113 of file stm32h7xx_hal_mmc.h.
uint32_t MMC_HandleTypeDef::CID[4U] |
MMC card identification number table
Definition at line 140 of file stm32h7xx_hal_mmc.h.
__IO uint32_t MMC_HandleTypeDef::Context |
MMC transfer context
Definition at line 130 of file stm32h7xx_hal_mmc.h.
uint32_t MMC_HandleTypeDef::CSD[4U] |
MMC card specific data table
Definition at line 138 of file stm32h7xx_hal_mmc.h.
__IO uint32_t MMC_HandleTypeDef::ErrorCode |
MMC Card Error codes
Definition at line 134 of file stm32h7xx_hal_mmc.h.
uint32_t MMC_HandleTypeDef::Ext_CSD[128] |
Definition at line 142 of file stm32h7xx_hal_mmc.h.
MMC_InitTypeDef MMC_HandleTypeDef::Init |
MMC required parameters
Definition at line 118 of file stm32h7xx_hal_mmc.h.
MMC_TypeDef* MMC_HandleTypeDef::Instance |
MMC registers base address
Definition at line 116 of file stm32h7xx_hal_mmc.h.
HAL_LockTypeDef MMC_HandleTypeDef::Lock |
MMC locking object
Definition at line 120 of file stm32h7xx_hal_mmc.h.
HAL_MMC_CardInfoTypeDef MMC_HandleTypeDef::MmcCard |
MMC Card information
Definition at line 136 of file stm32h7xx_hal_mmc.h.
uint8_t* MMC_HandleTypeDef::pRxBuffPtr |
Pointer to MMC Rx transfer Buffer
Definition at line 126 of file stm32h7xx_hal_mmc.h.
uint8_t* MMC_HandleTypeDef::pTxBuffPtr |
Pointer to MMC Tx transfer Buffer
Definition at line 122 of file stm32h7xx_hal_mmc.h.
uint32_t MMC_HandleTypeDef::RxXferSize |
MMC Rx Transfer size
Definition at line 128 of file stm32h7xx_hal_mmc.h.
__IO HAL_MMC_StateTypeDef MMC_HandleTypeDef::State |
MMC card State
Definition at line 132 of file stm32h7xx_hal_mmc.h.
uint32_t MMC_HandleTypeDef::TxXferSize |
MMC Tx Transfer size
Definition at line 124 of file stm32h7xx_hal_mmc.h.