RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields

MMC handle Structure definition. More...

#include <stm32h7xx_hal_mmc.h>

Data Fields

MMC_TypeDef * Instance
 
MMC_InitTypeDef Init
 
HAL_LockTypeDef Lock
 
const uint8_t * pTxBuffPtr
 
uint32_t TxXferSize
 
uint8_t * pRxBuffPtr
 
uint32_t RxXferSize
 
__IO uint32_t Context
 
__IO HAL_MMC_StateTypeDef State
 
__IO uint32_t ErrorCode
 
HAL_MMC_CardInfoTypeDef MmcCard
 
uint32_t CSD [4U]
 
uint32_t CID [4U]
 
uint32_t Ext_CSD [128]
 

Detailed Description

MMC handle Structure definition.

Field Documentation

◆ CID

uint32_t MMC_HandleTypeDef::CID[4U]

MMC card identification number table

◆ Context

__IO uint32_t MMC_HandleTypeDef::Context

MMC transfer context

◆ CSD

uint32_t MMC_HandleTypeDef::CSD[4U]

MMC card specific data table

◆ ErrorCode

__IO uint32_t MMC_HandleTypeDef::ErrorCode

MMC Card Error codes

◆ Init

MMC_InitTypeDef MMC_HandleTypeDef::Init

MMC required parameters

◆ Instance

MMC_TypeDef* MMC_HandleTypeDef::Instance

MMC registers base address

◆ Lock

HAL_LockTypeDef MMC_HandleTypeDef::Lock

MMC locking object

◆ MmcCard

HAL_MMC_CardInfoTypeDef MMC_HandleTypeDef::MmcCard

MMC Card information

◆ pRxBuffPtr

uint8_t* MMC_HandleTypeDef::pRxBuffPtr

Pointer to MMC Rx transfer Buffer

◆ pTxBuffPtr

const uint8_t* MMC_HandleTypeDef::pTxBuffPtr

Pointer to MMC Tx transfer Buffer

◆ RxXferSize

uint32_t MMC_HandleTypeDef::RxXferSize

MMC Rx Transfer size

◆ State

__IO HAL_MMC_StateTypeDef MMC_HandleTypeDef::State

MMC card State

◆ TxXferSize

uint32_t MMC_HandleTypeDef::TxXferSize

MMC Tx Transfer size


The documentation for this struct was generated from the following file: