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

SD handle Structure definition. More...

#include <stm32h7xx_hal_sd.h>

Data Fields

SD_TypeDef * Instance
 
SD_InitTypeDef Init
 
HAL_LockTypeDef Lock
 
const uint8_t * pTxBuffPtr
 
uint32_t TxXferSize
 
uint8_t * pRxBuffPtr
 
uint32_t RxXferSize
 
__IO uint32_t Context
 
__IO HAL_SD_StateTypeDef State
 
__IO uint32_t ErrorCode
 
HAL_SD_CardInfoTypeDef SdCard
 
uint32_t CSD [4]
 
uint32_t CID [4]
 

Detailed Description

SD handle Structure definition.

Field Documentation

◆ CID

uint32_t SD_HandleTypeDef::CID[4]

SD card identification number table

◆ Context

__IO uint32_t SD_HandleTypeDef::Context

SD transfer context

◆ CSD

uint32_t SD_HandleTypeDef::CSD[4]

SD card specific data table

◆ ErrorCode

__IO uint32_t SD_HandleTypeDef::ErrorCode

SD Card Error codes

◆ Init

SD_InitTypeDef SD_HandleTypeDef::Init

SD required parameters

◆ Instance

SD_TypeDef* SD_HandleTypeDef::Instance

SD registers base address

◆ Lock

HAL_LockTypeDef SD_HandleTypeDef::Lock

SD locking object

◆ pRxBuffPtr

uint8_t* SD_HandleTypeDef::pRxBuffPtr

Pointer to SD Rx transfer Buffer

◆ pTxBuffPtr

const uint8_t* SD_HandleTypeDef::pTxBuffPtr

Pointer to SD Tx transfer Buffer

◆ RxXferSize

uint32_t SD_HandleTypeDef::RxXferSize

SD Rx Transfer size

◆ SdCard

HAL_SD_CardInfoTypeDef SD_HandleTypeDef::SdCard

SD Card information

◆ State

__IO HAL_SD_StateTypeDef SD_HandleTypeDef::State

SD card State

◆ TxXferSize

uint32_t SD_HandleTypeDef::TxXferSize

SD Tx Transfer size


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