![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <stm32f7xx_hal_sd.h>
Data Fields | |
SD_TypeDef * | Instance |
SD_InitTypeDef | Init |
HAL_LockTypeDef | Lock |
uint32_t | CardType |
uint32_t | RCA |
uint32_t | CSD [4] |
uint32_t | CID [4] |
__IO uint32_t | SdTransferCplt |
__IO uint32_t | SdTransferErr |
__IO uint32_t | DmaTransferCplt |
__IO uint32_t | SdOperation |
DMA_HandleTypeDef * | hdmarx |
DMA_HandleTypeDef * | hdmatx |
Definition at line 69 of file stm32f7xx_hal_sd.h.
uint32_t CardType |
SD card type
Definition at line 77 of file stm32f7xx_hal_sd.h.
uint32_t CID[4] |
SD card identification number table
Definition at line 83 of file stm32f7xx_hal_sd.h.
uint32_t CSD[4] |
SD card specific data table
Definition at line 81 of file stm32f7xx_hal_sd.h.
__IO uint32_t DmaTransferCplt |
SD DMA transfer complete flag
Definition at line 89 of file stm32f7xx_hal_sd.h.
DMA_HandleTypeDef* hdmarx |
SD Rx DMA handle parameters
Definition at line 93 of file stm32f7xx_hal_sd.h.
DMA_HandleTypeDef* hdmatx |
SD Tx DMA handle parameters
Definition at line 95 of file stm32f7xx_hal_sd.h.
SD_InitTypeDef Init |
SD required parameters
Definition at line 73 of file stm32f7xx_hal_sd.h.
SD_TypeDef* Instance |
SDMMC register base address
Definition at line 71 of file stm32f7xx_hal_sd.h.
HAL_LockTypeDef Lock |
SD locking object
Definition at line 75 of file stm32f7xx_hal_sd.h.
uint32_t RCA |
SD relative card address
Definition at line 79 of file stm32f7xx_hal_sd.h.
__IO uint32_t SdOperation |
SD transfer operation (read/write)
Definition at line 91 of file stm32f7xx_hal_sd.h.
__IO uint32_t SdTransferCplt |
SD transfer complete flag in non blocking mode
Definition at line 85 of file stm32f7xx_hal_sd.h.
__IO uint32_t SdTransferErr |
SD transfer error flag in non blocking mode
Definition at line 87 of file stm32f7xx_hal_sd.h.