You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

726 lines
35 KiB

  1. /**
  2. ******************************************************************************
  3. * @file stm32f4xx_hal_sd.h
  4. * @author MCD Application Team
  5. * @version V1.7.1
  6. * @date 14-April-2017
  7. * @brief Header file of SD HAL module.
  8. ******************************************************************************
  9. * @attention
  10. *
  11. * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
  12. *
  13. * Redistribution and use in source and binary forms, with or without modification,
  14. * are permitted provided that the following conditions are met:
  15. * 1. Redistributions of source code must retain the above copyright notice,
  16. * this list of conditions and the following disclaimer.
  17. * 2. Redistributions in binary form must reproduce the above copyright notice,
  18. * this list of conditions and the following disclaimer in the documentation
  19. * and/or other materials provided with the distribution.
  20. * 3. Neither the name of STMicroelectronics nor the names of its contributors
  21. * may be used to endorse or promote products derived from this software
  22. * without specific prior written permission.
  23. *
  24. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  25. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  26. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  27. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  28. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  29. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  30. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  31. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  32. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  33. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34. *
  35. ******************************************************************************
  36. */
  37. /* Define to prevent recursive inclusion -------------------------------------*/
  38. #ifndef __STM32F4xx_HAL_SD_H
  39. #define __STM32F4xx_HAL_SD_H
  40. #ifdef __cplusplus
  41. extern "C" {
  42. #endif
  43. #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx) || \
  44. defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) || \
  45. defined(STM32F401xC) || defined(STM32F401xE) || defined(STM32F411xE) || defined(STM32F446xx) || \
  46. defined(STM32F469xx) || defined(STM32F479xx) || defined(STM32F412Zx) || defined(STM32F412Vx) || \
  47. defined(STM32F412Rx) || defined(STM32F412Cx) || defined(STM32F413xx) || defined(STM32F423xx)
  48. /* Includes ------------------------------------------------------------------*/
  49. #include "stm32f4xx_ll_sdmmc.h"
  50. /** @addtogroup STM32F4xx_HAL_Driver
  51. * @{
  52. */
  53. /** @defgroup SD SD
  54. * @brief SD HAL module driver
  55. * @{
  56. */
  57. /* Exported types ------------------------------------------------------------*/
  58. /** @defgroup SD_Exported_Types SD Exported Types
  59. * @{
  60. */
  61. /** @defgroup SD_Exported_Types_Group1 SD State enumeration structure
  62. * @{
  63. */
  64. typedef enum
  65. {
  66. HAL_SD_STATE_RESET = 0x00000000U, /*!< SD not yet initialized or disabled */
  67. HAL_SD_STATE_READY = 0x00000001U, /*!< SD initialized and ready for use */
  68. HAL_SD_STATE_TIMEOUT = 0x00000002U, /*!< SD Timeout state */
  69. HAL_SD_STATE_BUSY = 0x00000003U, /*!< SD process ongoing */
  70. HAL_SD_STATE_PROGRAMMING = 0x00000004U, /*!< SD Programming State */
  71. HAL_SD_STATE_RECEIVING = 0x00000005U, /*!< SD Receinving State */
  72. HAL_SD_STATE_TRANSFER = 0x00000006U, /*!< SD Transfert State */
  73. HAL_SD_STATE_ERROR = 0x0000000FU /*!< SD is in error state */
  74. }HAL_SD_StateTypeDef;
  75. /**
  76. * @}
  77. */
  78. /** @defgroup SD_Exported_Types_Group2 SD Card State enumeration structure
  79. * @{
  80. */
  81. typedef enum
  82. {
  83. HAL_SD_CARD_READY = 0x00000001U, /*!< Card state is ready */
  84. HAL_SD_CARD_IDENTIFICATION = 0x00000002U, /*!< Card is in identification state */
  85. HAL_SD_CARD_STANDBY = 0x00000003U, /*!< Card is in standby state */
  86. HAL_SD_CARD_TRANSFER = 0x00000004U, /*!< Card is in transfer state */
  87. HAL_SD_CARD_SENDING = 0x00000005U, /*!< Card is sending an operation */
  88. HAL_SD_CARD_RECEIVING = 0x00000006U, /*!< Card is receiving operation information */
  89. HAL_SD_CARD_PROGRAMMING = 0x00000007U, /*!< Card is in programming state */
  90. HAL_SD_CARD_DISCONNECTED = 0x00000008U, /*!< Card is disconnected */
  91. HAL_SD_CARD_ERROR = 0x000000FFU /*!< Card response Error */
  92. }HAL_SD_CardStateTypeDef;
  93. /**
  94. * @}
  95. */
  96. /** @defgroup SD_Exported_Types_Group3 SD Handle Structure definition
  97. * @{
  98. */
  99. #define SD_InitTypeDef SDIO_InitTypeDef
  100. #define SD_TypeDef SDIO_TypeDef
  101. /**
  102. * @brief SD Card Information Structure definition
  103. */
  104. typedef struct
  105. {
  106. uint32_t CardType; /*!< Specifies the card Type */
  107. uint32_t CardVersion; /*!< Specifies the card version */
  108. uint32_t Class; /*!< Specifies the class of the card class */
  109. uint32_t RelCardAdd; /*!< Specifies the Relative Card Address */
  110. uint32_t BlockNbr; /*!< Specifies the Card Capacity in blocks */
  111. uint32_t BlockSize; /*!< Specifies one block size in bytes */
  112. uint32_t LogBlockNbr; /*!< Specifies the Card logical Capacity in blocks */
  113. uint32_t LogBlockSize; /*!< Specifies logical block size in bytes */
  114. }HAL_SD_CardInfoTypeDef;
  115. /**
  116. * @brief SD handle Structure definition
  117. */
  118. typedef struct
  119. {
  120. SD_TypeDef *Instance; /*!< SD registers base address */
  121. SD_InitTypeDef Init; /*!< SD required parameters */
  122. HAL_LockTypeDef Lock; /*!< SD locking object */
  123. uint32_t *pTxBuffPtr; /*!< Pointer to SD Tx transfer Buffer */
  124. uint32_t TxXferSize; /*!< SD Tx Transfer size */
  125. uint32_t *pRxBuffPtr; /*!< Pointer to SD Rx transfer Buffer */
  126. uint32_t RxXferSize; /*!< SD Rx Transfer size */
  127. __IO uint32_t Context; /*!< SD transfer context */
  128. __IO HAL_SD_StateTypeDef State; /*!< SD card State */
  129. __IO uint32_t ErrorCode; /*!< SD Card Error codes */
  130. DMA_HandleTypeDef *hdmarx; /*!< SD Rx DMA handle parameters */
  131. DMA_HandleTypeDef *hdmatx; /*!< SD Tx DMA handle parameters */
  132. HAL_SD_CardInfoTypeDef SdCard; /*!< SD Card information */
  133. uint32_t CSD[4]; /*!< SD card specific data table */
  134. uint32_t CID[4]; /*!< SD card identification number table */
  135. }SD_HandleTypeDef;
  136. /**
  137. * @}
  138. */
  139. /** @defgroup SD_Exported_Types_Group4 Card Specific Data: CSD Register
  140. * @{
  141. */
  142. typedef struct
  143. {
  144. __IO uint8_t CSDStruct; /*!< CSD structure */
  145. __IO uint8_t SysSpecVersion; /*!< System specification version */
  146. __IO uint8_t Reserved1; /*!< Reserved */
  147. __IO uint8_t TAAC; /*!< Data read access time 1 */
  148. __IO uint8_t NSAC; /*!< Data read access time 2 in CLK cycles */
  149. __IO uint8_t MaxBusClkFrec; /*!< Max. bus clock frequency */
  150. __IO uint16_t CardComdClasses; /*!< Card command classes */
  151. __IO uint8_t RdBlockLen; /*!< Max. read data block length */
  152. __IO uint8_t PartBlockRead; /*!< Partial blocks for read allowed */
  153. __IO uint8_t WrBlockMisalign; /*!< Write block misalignment */
  154. __IO uint8_t RdBlockMisalign; /*!< Read block misalignment */
  155. __IO uint8_t DSRImpl; /*!< DSR implemented */
  156. __IO uint8_t Reserved2; /*!< Reserved */
  157. __IO uint32_t DeviceSize; /*!< Device Size */
  158. __IO uint8_t MaxRdCurrentVDDMin; /*!< Max. read current @ VDD min */
  159. __IO uint8_t MaxRdCurrentVDDMax; /*!< Max. read current @ VDD max */
  160. __IO uint8_t MaxWrCurrentVDDMin; /*!< Max. write current @ VDD min */
  161. __IO uint8_t MaxWrCurrentVDDMax; /*!< Max. write current @ VDD max */
  162. __IO uint8_t DeviceSizeMul; /*!< Device size multiplier */
  163. __IO uint8_t EraseGrSize; /*!< Erase group size */
  164. __IO uint8_t EraseGrMul; /*!< Erase group size multiplier */
  165. __IO uint8_t WrProtectGrSize; /*!< Write protect group size */
  166. __IO uint8_t WrProtectGrEnable; /*!< Write protect group enable */
  167. __IO uint8_t ManDeflECC; /*!< Manufacturer default ECC */
  168. __IO uint8_t WrSpeedFact; /*!< Write speed factor */
  169. __IO uint8_t MaxWrBlockLen; /*!< Max. write data block length */
  170. __IO uint8_t WriteBlockPaPartial; /*!< Partial blocks for write allowed */
  171. __IO uint8_t Reserved3; /*!< Reserved */
  172. __IO uint8_t ContentProtectAppli; /*!< Content protection application */
  173. __IO uint8_t FileFormatGrouop; /*!< File format group */
  174. __IO uint8_t CopyFlag; /*!< Copy flag (OTP) */
  175. __IO uint8_t PermWrProtect; /*!< Permanent write protection */
  176. __IO uint8_t TempWrProtect; /*!< Temporary write protection */
  177. __IO uint8_t FileFormat; /*!< File format */
  178. __IO uint8_t ECC; /*!< ECC code */
  179. __IO uint8_t CSD_CRC; /*!< CSD CRC */
  180. __IO uint8_t Reserved4; /*!< Always 1 */
  181. }HAL_SD_CardCSDTypeDef;
  182. /**
  183. * @}
  184. */
  185. /** @defgroup SD_Exported_Types_Group5 Card Identification Data: CID Register
  186. * @{
  187. */
  188. typedef struct
  189. {
  190. __IO uint8_t ManufacturerID; /*!< Manufacturer ID */
  191. __IO uint16_t OEM_AppliID; /*!< OEM/Application ID */
  192. __IO uint32_t ProdName1; /*!< Product Name part1 */
  193. __IO uint8_t ProdName2; /*!< Product Name part2 */
  194. __IO uint8_t ProdRev; /*!< Product Revision */
  195. __IO uint32_t ProdSN; /*!< Product Serial Number */
  196. __IO uint8_t Reserved1; /*!< Reserved1 */
  197. __IO uint16_t ManufactDate; /*!< Manufacturing Date */
  198. __IO uint8_t CID_CRC; /*!< CID CRC */
  199. __IO uint8_t Reserved2; /*!< Always 1 */
  200. }HAL_SD_CardCIDTypeDef;
  201. /**
  202. * @}
  203. */
  204. /** @defgroup SD_Exported_Types_Group6 SD Card Status returned by ACMD13
  205. * @{
  206. */
  207. typedef struct
  208. {
  209. __IO uint8_t DataBusWidth; /*!< Shows the currently defined data bus width */
  210. __IO uint8_t SecuredMode; /*!< Card is in secured mode of operation */
  211. __IO uint16_t CardType; /*!< Carries information about card type */
  212. __IO uint32_t ProtectedAreaSize; /*!< Carries information about the capacity of protected area */
  213. __IO uint8_t SpeedClass; /*!< Carries information about the speed class of the card */
  214. __IO uint8_t PerformanceMove; /*!< Carries information about the card's performance move */
  215. __IO uint8_t AllocationUnitSize; /*!< Carries information about the card's allocation unit size */
  216. __IO uint16_t EraseSize; /*!< Determines the number of AUs to be erased in one operation */
  217. __IO uint8_t EraseTimeout; /*!< Determines the timeout for any number of AU erase */
  218. __IO uint8_t EraseOffset; /*!< Carries information about the erase offset */
  219. }HAL_SD_CardStatusTypeDef;
  220. /**
  221. * @}
  222. */
  223. /**
  224. * @}
  225. */
  226. /* Exported constants --------------------------------------------------------*/
  227. /** @defgroup SD_Exported_Constants Exported Constants
  228. * @{
  229. */
  230. #define BLOCKSIZE 512U /*!< Block size is 512 bytes */
  231. /** @defgroup SD_Exported_Constansts_Group1 SD Error status enumeration Structure definition
  232. * @{
  233. */
  234. #define HAL_SD_ERROR_NONE SDMMC_ERROR_NONE /*!< No error */
  235. #define HAL_SD_ERROR_CMD_CRC_FAIL SDMMC_ERROR_CMD_CRC_FAIL /*!< Command response received (but CRC check failed) */
  236. #define HAL_SD_ERROR_DATA_CRC_FAIL SDMMC_ERROR_DATA_CRC_FAIL /*!< Data block sent/received (CRC check failed) */
  237. #define HAL_SD_ERROR_CMD_RSP_TIMEOUT SDMMC_ERROR_CMD_RSP_TIMEOUT /*!< Command response timeout */
  238. #define HAL_SD_ERROR_DATA_TIMEOUT SDMMC_ERROR_DATA_TIMEOUT /*!< Data timeout */
  239. #define HAL_SD_ERROR_TX_UNDERRUN SDMMC_ERROR_TX_UNDERRUN /*!< Transmit FIFO underrun */
  240. #define HAL_SD_ERROR_RX_OVERRUN SDMMC_ERROR_RX_OVERRUN /*!< Receive FIFO overrun */
  241. #define HAL_SD_ERROR_ADDR_MISALIGNED SDMMC_ERROR_ADDR_MISALIGNED /*!< Misaligned address */
  242. #define HAL_SD_ERROR_BLOCK_LEN_ERR SDMMC_ERROR_BLOCK_LEN_ERR /*!< Transferred block length is not allowed for the card or the
  243. number of transferred bytes does not match the block length */
  244. #define HAL_SD_ERROR_ERASE_SEQ_ERR SDMMC_ERROR_ERASE_SEQ_ERR /*!< An error in the sequence of erase command occurs */
  245. #define HAL_SD_ERROR_BAD_ERASE_PARAM SDMMC_ERROR_BAD_ERASE_PARAM /*!< An invalid selection for erase groups */
  246. #define HAL_SD_ERROR_WRITE_PROT_VIOLATION SDMMC_ERROR_WRITE_PROT_VIOLATION /*!< Attempt to program a write protect block */
  247. #define HAL_SD_ERROR_LOCK_UNLOCK_FAILED SDMMC_ERROR_LOCK_UNLOCK_FAILED /*!< Sequence or password error has been detected in unlock
  248. command or if there was an attempt to access a locked card */
  249. #define HAL_SD_ERROR_COM_CRC_FAILED SDMMC_ERROR_COM_CRC_FAILED /*!< CRC check of the previous command failed */
  250. #define HAL_SD_ERROR_ILLEGAL_CMD SDMMC_ERROR_ILLEGAL_CMD /*!< Command is not legal for the card state */
  251. #define HAL_SD_ERROR_CARD_ECC_FAILED SDMMC_ERROR_CARD_ECC_FAILED /*!< Card internal ECC was applied but failed to correct the data */
  252. #define HAL_SD_ERROR_CC_ERR SDMMC_ERROR_CC_ERR /*!< Internal card controller error */
  253. #define HAL_SD_ERROR_GENERAL_UNKNOWN_ERR SDMMC_ERROR_GENERAL_UNKNOWN_ERR /*!< General or unknown error */
  254. #define HAL_SD_ERROR_STREAM_READ_UNDERRUN SDMMC_ERROR_STREAM_READ_UNDERRUN /*!< The card could not sustain data reading in stream rmode */
  255. #define HAL_SD_ERROR_STREAM_WRITE_OVERRUN SDMMC_ERROR_STREAM_WRITE_OVERRUN /*!< The card could not sustain data programming in stream mode */
  256. #define HAL_SD_ERROR_CID_CSD_OVERWRITE SDMMC_ERROR_CID_CSD_OVERWRITE /*!< CID/CSD overwrite error */
  257. #define HAL_SD_ERROR_WP_ERASE_SKIP SDMMC_ERROR_WP_ERASE_SKIP /*!< Only partial address space was erased */
  258. #define HAL_SD_ERROR_CARD_ECC_DISABLED SDMMC_ERROR_CARD_ECC_DISABLED /*!< Command has been executed without using internal ECC */
  259. #define HAL_SD_ERROR_ERASE_RESET SDMMC_ERROR_ERASE_RESET /*!< Erase sequence was cleared before executing because an out
  260. of erase sequence command was received */
  261. #define HAL_SD_ERROR_AKE_SEQ_ERR SDMMC_ERROR_AKE_SEQ_ERR /*!< Error in sequence of authentication */
  262. #define HAL_SD_ERROR_INVALID_VOLTRANGE SDMMC_ERROR_INVALID_VOLTRANGE /*!< Error in case of invalid voltage range */
  263. #define HAL_SD_ERROR_ADDR_OUT_OF_RANGE SDMMC_ERROR_ADDR_OUT_OF_RANGE /*!< Error when addressed block is out of range */
  264. #define HAL_SD_ERROR_REQUEST_NOT_APPLICABLE SDMMC_ERROR_REQUEST_NOT_APPLICABLE /*!< Error when command request is not applicable */
  265. #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used parameter is not valid */
  266. #define HAL_SD_ERROR_UNSUPPORTED_FEATURE SDMMC_ERROR_UNSUPPORTED_FEATURE /*!< Error when feature is not insupported */
  267. #define HAL_SD_ERROR_BUSY SDMMC_ERROR_BUSY /*!< Error when transfer process is busy */
  268. #define HAL_SD_ERROR_DMA SDMMC_ERROR_DMA /*!< Error while DMA transfer */
  269. #define HAL_SD_ERROR_TIMEOUT SDMMC_ERROR_TIMEOUT /*!< Timeout error */
  270. /**
  271. * @}
  272. */
  273. /** @defgroup SD_Exported_Constansts_Group2 SD context enumeration
  274. * @{
  275. */
  276. #define SD_CONTEXT_NONE 0x00000000U /*!< None */
  277. #define SD_CONTEXT_READ_SINGLE_BLOCK 0x00000001U /*!< Read single block operation */
  278. #define SD_CONTEXT_READ_MULTIPLE_BLOCK 0x00000002U /*!< Read multiple blocks operation */
  279. #define SD_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U /*!< Write single block operation */
  280. #define SD_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U /*!< Write multiple blocks operation */
  281. #define SD_CONTEXT_IT 0x00000008U /*!< Process in Interrupt mode */
  282. #define SD_CONTEXT_DMA 0x00000080U /*!< Process in DMA mode */
  283. /**
  284. * @}
  285. */
  286. /** @defgroup SD_Exported_Constansts_Group3 SD Supported Memory Cards
  287. * @{
  288. */
  289. #define CARD_SDSC 0x00000000U
  290. #define CARD_SDHC_SDXC 0x00000001U
  291. #define CARD_SECURED 0x00000003U
  292. /**
  293. * @}
  294. */
  295. /** @defgroup SD_Exported_Constansts_Group4 SD Supported Version
  296. * @{
  297. */
  298. #define CARD_V1_X 0x00000000U
  299. #define CARD_V2_X 0x00000001U
  300. /**
  301. * @}
  302. */
  303. /**
  304. * @}
  305. */
  306. /* Exported macro ------------------------------------------------------------*/
  307. /** @defgroup SD_Exported_macros SD Exported Macros
  308. * @brief macros to handle interrupts and specific clock configurations
  309. * @{
  310. */
  311. /**
  312. * @brief Enable the SD device.
  313. * @retval None
  314. */
  315. #define __HAL_SD_ENABLE(__HANDLE__) __SDIO_ENABLE((__HANDLE__)->Instance)
  316. /**
  317. * @brief Disable the SD device.
  318. * @retval None
  319. */
  320. #define __HAL_SD_DISABLE(__HANDLE__) __SDIO_DISABLE((__HANDLE__)->Instance)
  321. /**
  322. * @brief Enable the SDMMC DMA transfer.
  323. * @retval None
  324. */
  325. #define __HAL_SD_DMA_ENABLE(__HANDLE__) __SDIO_DMA_ENABLE((__HANDLE__)->Instance)
  326. /**
  327. * @brief Disable the SDMMC DMA transfer.
  328. * @retval None
  329. */
  330. #define __HAL_SD_DMA_DISABLE(__HANDLE__) __SDIO_DMA_DISABLE((__HANDLE__)->Instance)
  331. /**
  332. * @brief Enable the SD device interrupt.
  333. * @param __HANDLE__: SD Handle
  334. * @param __INTERRUPT__: specifies the SDMMC interrupt sources to be enabled.
  335. * This parameter can be one or a combination of the following values:
  336. * @arg SDIO_IT_CCRCFAIL: Command response received (CRC check failed) interrupt
  337. * @arg SDIO_IT_DCRCFAIL: Data block sent/received (CRC check failed) interrupt
  338. * @arg SDIO_IT_CTIMEOUT: Command response timeout interrupt
  339. * @arg SDIO_IT_DTIMEOUT: Data timeout interrupt
  340. * @arg SDIO_IT_TXUNDERR: Transmit FIFO underrun error interrupt
  341. * @arg SDIO_IT_RXOVERR: Received FIFO overrun error interrupt
  342. * @arg SDIO_IT_CMDREND: Command response received (CRC check passed) interrupt
  343. * @arg SDIO_IT_CMDSENT: Command sent (no response required) interrupt
  344. * @arg SDIO_IT_DATAEND: Data end (data counter, SDIDCOUNT, is zero) interrupt
  345. * @arg SDIO_IT_DBCKEND: Data block sent/received (CRC check passed) interrupt
  346. * @arg SDIO_IT_CMDACT: Command transfer in progress interrupt
  347. * @arg SDIO_IT_TXACT: Data transmit in progress interrupt
  348. * @arg SDIO_IT_RXACT: Data receive in progress interrupt
  349. * @arg SDIO_IT_TXFIFOHE: Transmit FIFO Half Empty interrupt
  350. * @arg SDIO_IT_RXFIFOHF: Receive FIFO Half Full interrupt
  351. * @arg SDIO_IT_TXFIFOF: Transmit FIFO full interrupt
  352. * @arg SDIO_IT_RXFIFOF: Receive FIFO full interrupt
  353. * @arg SDIO_IT_TXFIFOE: Transmit FIFO empty interrupt
  354. * @arg SDIO_IT_RXFIFOE: Receive FIFO empty interrupt
  355. * @arg SDIO_IT_TXDAVL: Data available in transmit FIFO interrupt
  356. * @arg SDIO_IT_RXDAVL: Data available in receive FIFO interrupt
  357. * @arg SDIO_IT_SDIOIT: SD I/O interrupt received interrupt
  358. * @retval None
  359. */
  360. #define __HAL_SD_ENABLE_IT(__HANDLE__, __INTERRUPT__) __SDIO_ENABLE_IT((__HANDLE__)->Instance, (__INTERRUPT__))
  361. /**
  362. * @brief Disable the SD device interrupt.
  363. * @param __HANDLE__: SD Handle
  364. * @param __INTERRUPT__: specifies the SDMMC interrupt sources to be disabled.
  365. * This parameter can be one or a combination of the following values:
  366. * @arg SDIO_IT_CCRCFAIL: Command response received (CRC check failed) interrupt
  367. * @arg SDIO_IT_DCRCFAIL: Data block sent/received (CRC check failed) interrupt
  368. * @arg SDIO_IT_CTIMEOUT: Command response timeout interrupt
  369. * @arg SDIO_IT_DTIMEOUT: Data timeout interrupt
  370. * @arg SDIO_IT_TXUNDERR: Transmit FIFO underrun error interrupt
  371. * @arg SDIO_IT_RXOVERR: Received FIFO overrun error interrupt
  372. * @arg SDIO_IT_CMDREND: Command response received (CRC check passed) interrupt
  373. * @arg SDIO_IT_CMDSENT: Command sent (no response required) interrupt
  374. * @arg SDIO_IT_DATAEND: Data end (data counter, SDIDCOUNT, is zero) interrupt
  375. * @arg SDIO_IT_DBCKEND: Data block sent/received (CRC check passed) interrupt
  376. * @arg SDIO_IT_CMDACT: Command transfer in progress interrupt
  377. * @arg SDIO_IT_TXACT: Data transmit in progress interrupt
  378. * @arg SDIO_IT_RXACT: Data receive in progress interrupt
  379. * @arg SDIO_IT_TXFIFOHE: Transmit FIFO Half Empty interrupt
  380. * @arg SDIO_IT_RXFIFOHF: Receive FIFO Half Full interrupt
  381. * @arg SDIO_IT_TXFIFOF: Transmit FIFO full interrupt
  382. * @arg SDIO_IT_RXFIFOF: Receive FIFO full interrupt
  383. * @arg SDIO_IT_TXFIFOE: Transmit FIFO empty interrupt
  384. * @arg SDIO_IT_RXFIFOE: Receive FIFO empty interrupt
  385. * @arg SDIO_IT_TXDAVL: Data available in transmit FIFO interrupt
  386. * @arg SDIO_IT_RXDAVL: Data available in receive FIFO interrupt
  387. * @arg SDIO_IT_SDIOIT: SD I/O interrupt received interrupt
  388. * @retval None
  389. */
  390. #define __HAL_SD_DISABLE_IT(__HANDLE__, __INTERRUPT__) __SDIO_DISABLE_IT((__HANDLE__)->Instance, (__INTERRUPT__))
  391. /**
  392. * @brief Check whether the specified SD flag is set or not.
  393. * @param __HANDLE__: SD Handle
  394. * @param __FLAG__: specifies the flag to check.
  395. * This parameter can be one of the following values:
  396. * @arg SDIO_FLAG_CCRCFAIL: Command response received (CRC check failed)
  397. * @arg SDIO_FLAG_DCRCFAIL: Data block sent/received (CRC check failed)
  398. * @arg SDIO_FLAG_CTIMEOUT: Command response timeout
  399. * @arg SDIO_FLAG_DTIMEOUT: Data timeout
  400. * @arg SDIO_FLAG_TXUNDERR: Transmit FIFO underrun error
  401. * @arg SDIO_FLAG_RXOVERR: Received FIFO overrun error
  402. * @arg SDIO_FLAG_CMDREND: Command response received (CRC check passed)
  403. * @arg SDIO_FLAG_CMDSENT: Command sent (no response required)
  404. * @arg SDIO_FLAG_DATAEND: Data end (data counter, SDIDCOUNT, is zero)
  405. * @arg SDIO_FLAG_DBCKEND: Data block sent/received (CRC check passed)
  406. * @arg SDIO_FLAG_CMDACT: Command transfer in progress
  407. * @arg SDIO_FLAG_TXACT: Data transmit in progress
  408. * @arg SDIO_FLAG_RXACT: Data receive in progress
  409. * @arg SDIO_FLAG_TXFIFOHE: Transmit FIFO Half Empty
  410. * @arg SDIO_FLAG_RXFIFOHF: Receive FIFO Half Full
  411. * @arg SDIO_FLAG_TXFIFOF: Transmit FIFO full
  412. * @arg SDIO_FLAG_RXFIFOF: Receive FIFO full
  413. * @arg SDIO_FLAG_TXFIFOE: Transmit FIFO empty
  414. * @arg SDIO_FLAG_RXFIFOE: Receive FIFO empty
  415. * @arg SDIO_FLAG_TXDAVL: Data available in transmit FIFO
  416. * @arg SDIO_FLAG_RXDAVL: Data available in receive FIFO
  417. * @arg SDIO_FLAG_SDIOIT: SD I/O interrupt received
  418. * @retval The new state of SD FLAG (SET or RESET).
  419. */
  420. #define __HAL_SD_GET_FLAG(__HANDLE__, __FLAG__) __SDIO_GET_FLAG((__HANDLE__)->Instance, (__FLAG__))
  421. /**
  422. * @brief Clear the SD's pending flags.
  423. * @param __HANDLE__: SD Handle
  424. * @param __FLAG__: specifies the flag to clear.
  425. * This parameter can be one or a combination of the following values:
  426. * @arg SDIO_FLAG_CCRCFAIL: Command response received (CRC check failed)
  427. * @arg SDIO_FLAG_DCRCFAIL: Data block sent/received (CRC check failed)
  428. * @arg SDIO_FLAG_CTIMEOUT: Command response timeout
  429. * @arg SDIO_FLAG_DTIMEOUT: Data timeout
  430. * @arg SDIO_FLAG_TXUNDERR: Transmit FIFO underrun error
  431. * @arg SDIO_FLAG_RXOVERR: Received FIFO overrun error
  432. * @arg SDIO_FLAG_CMDREND: Command response received (CRC check passed)
  433. * @arg SDIO_FLAG_CMDSENT: Command sent (no response required)
  434. * @arg SDIO_FLAG_DATAEND: Data end (data counter, SDIDCOUNT, is zero)
  435. * @arg SDIO_FLAG_DBCKEND: Data block sent/received (CRC check passed)
  436. * @arg SDIO_FLAG_SDIOIT: SD I/O interrupt received
  437. * @retval None
  438. */
  439. #define __HAL_SD_CLEAR_FLAG(__HANDLE__, __FLAG__) __SDIO_CLEAR_FLAG((__HANDLE__)->Instance, (__FLAG__))
  440. /**
  441. * @brief Check whether the specified SD interrupt has occurred or not.
  442. * @param __HANDLE__: SD Handle
  443. * @param __INTERRUPT__: specifies the SDMMC interrupt source to check.
  444. * This parameter can be one of the following values:
  445. * @arg SDIO_IT_CCRCFAIL: Command response received (CRC check failed) interrupt
  446. * @arg SDIO_IT_DCRCFAIL: Data block sent/received (CRC check failed) interrupt
  447. * @arg SDIO_IT_CTIMEOUT: Command response timeout interrupt
  448. * @arg SDIO_IT_DTIMEOUT: Data timeout interrupt
  449. * @arg SDIO_IT_TXUNDERR: Transmit FIFO underrun error interrupt
  450. * @arg SDIO_IT_RXOVERR: Received FIFO overrun error interrupt
  451. * @arg SDIO_IT_CMDREND: Command response received (CRC check passed) interrupt
  452. * @arg SDIO_IT_CMDSENT: Command sent (no response required) interrupt
  453. * @arg SDIO_IT_DATAEND: Data end (data counter, SDIDCOUNT, is zero) interrupt
  454. * @arg SDIO_IT_DBCKEND: Data block sent/received (CRC check passed) interrupt
  455. * @arg SDIO_IT_CMDACT: Command transfer in progress interrupt
  456. * @arg SDIO_IT_TXACT: Data transmit in progress interrupt
  457. * @arg SDIO_IT_RXACT: Data receive in progress interrupt
  458. * @arg SDIO_IT_TXFIFOHE: Transmit FIFO Half Empty interrupt
  459. * @arg SDIO_IT_RXFIFOHF: Receive FIFO Half Full interrupt
  460. * @arg SDIO_IT_TXFIFOF: Transmit FIFO full interrupt
  461. * @arg SDIO_IT_RXFIFOF: Receive FIFO full interrupt
  462. * @arg SDIO_IT_TXFIFOE: Transmit FIFO empty interrupt
  463. * @arg SDIO_IT_RXFIFOE: Receive FIFO empty interrupt
  464. * @arg SDIO_IT_TXDAVL: Data available in transmit FIFO interrupt
  465. * @arg SDIO_IT_RXDAVL: Data available in receive FIFO interrupt
  466. * @arg SDIO_IT_SDIOIT: SD I/O interrupt received interrupt
  467. * @retval The new state of SD IT (SET or RESET).
  468. */
  469. #define __HAL_SD_GET_IT(__HANDLE__, __INTERRUPT__) __SDIO_GET_IT((__HANDLE__)->Instance, (__INTERRUPT__))
  470. /**
  471. * @brief Clear the SD's interrupt pending bits.
  472. * @param __HANDLE__: SD Handle
  473. * @param __INTERRUPT__: specifies the interrupt pending bit to clear.
  474. * This parameter can be one or a combination of the following values:
  475. * @arg SDIO_IT_CCRCFAIL: Command response received (CRC check failed) interrupt
  476. * @arg SDIO_IT_DCRCFAIL: Data block sent/received (CRC check failed) interrupt
  477. * @arg SDIO_IT_CTIMEOUT: Command response timeout interrupt
  478. * @arg SDIO_IT_DTIMEOUT: Data timeout interrupt
  479. * @arg SDIO_IT_TXUNDERR: Transmit FIFO underrun error interrupt
  480. * @arg SDIO_IT_RXOVERR: Received FIFO overrun error interrupt
  481. * @arg SDIO_IT_CMDREND: Command response received (CRC check passed) interrupt
  482. * @arg SDIO_IT_CMDSENT: Command sent (no response required) interrupt
  483. * @arg SDIO_IT_DATAEND: Data end (data counter, SDMMC_DCOUNT, is zero) interrupt
  484. * @arg SDIO_IT_SDIOIT: SD I/O interrupt received interrupt
  485. * @retval None
  486. */
  487. #define __HAL_SD_CLEAR_IT(__HANDLE__, __INTERRUPT__) __SDIO_CLEAR_IT((__HANDLE__)->Instance, (__INTERRUPT__))
  488. /**
  489. * @}
  490. */
  491. /* Exported functions --------------------------------------------------------*/
  492. /** @defgroup SD_Exported_Functions SD Exported Functions
  493. * @{
  494. */
  495. /** @defgroup SD_Exported_Functions_Group1 Initialization and de-initialization functions
  496. * @{
  497. */
  498. HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
  499. HAL_StatusTypeDef HAL_SD_InitCard(SD_HandleTypeDef *hsd);
  500. HAL_StatusTypeDef HAL_SD_DeInit (SD_HandleTypeDef *hsd);
  501. void HAL_SD_MspInit(SD_HandleTypeDef *hsd);
  502. void HAL_SD_MspDeInit(SD_HandleTypeDef *hsd);
  503. /**
  504. * @}
  505. */
  506. /** @defgroup SD_Exported_Functions_Group2 Input and Output operation functions
  507. * @{
  508. */
  509. /* Blocking mode: Polling */
  510. HAL_StatusTypeDef HAL_SD_ReadBlocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Timeout);
  511. HAL_StatusTypeDef HAL_SD_WriteBlocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Timeout);
  512. HAL_StatusTypeDef HAL_SD_Erase(SD_HandleTypeDef *hsd, uint32_t BlockStartAdd, uint32_t BlockEndAdd);
  513. /* Non-Blocking mode: IT */
  514. HAL_StatusTypeDef HAL_SD_ReadBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks);
  515. HAL_StatusTypeDef HAL_SD_WriteBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks);
  516. /* Non-Blocking mode: DMA */
  517. HAL_StatusTypeDef HAL_SD_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks);
  518. HAL_StatusTypeDef HAL_SD_WriteBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks);
  519. void HAL_SD_IRQHandler(SD_HandleTypeDef *hsd);
  520. /* Callback in non blocking modes (DMA) */
  521. void HAL_SD_TxCpltCallback(SD_HandleTypeDef *hsd);
  522. void HAL_SD_RxCpltCallback(SD_HandleTypeDef *hsd);
  523. void HAL_SD_ErrorCallback(SD_HandleTypeDef *hsd);
  524. void HAL_SD_AbortCallback(SD_HandleTypeDef *hsd);
  525. /**
  526. * @}
  527. */
  528. /** @defgroup SD_Exported_Functions_Group3 Peripheral Control functions
  529. * @{
  530. */
  531. HAL_StatusTypeDef HAL_SD_ConfigWideBusOperation(SD_HandleTypeDef *hsd, uint32_t WideMode);
  532. /**
  533. * @}
  534. */
  535. /** @defgroup SD_Exported_Functions_Group4 SD card related functions
  536. * @{
  537. */
  538. HAL_StatusTypeDef HAL_SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
  539. HAL_SD_CardStateTypeDef HAL_SD_GetCardState(SD_HandleTypeDef *hsd);
  540. HAL_StatusTypeDef HAL_SD_GetCardCID(SD_HandleTypeDef *hsd, HAL_SD_CardCIDTypeDef *pCID);
  541. HAL_StatusTypeDef HAL_SD_GetCardCSD(SD_HandleTypeDef *hsd, HAL_SD_CardCSDTypeDef *pCSD);
  542. HAL_StatusTypeDef HAL_SD_GetCardStatus(SD_HandleTypeDef *hsd, HAL_SD_CardStatusTypeDef *pStatus);
  543. HAL_StatusTypeDef HAL_SD_GetCardInfo(SD_HandleTypeDef *hsd, HAL_SD_CardInfoTypeDef *pCardInfo);
  544. /**
  545. * @}
  546. */
  547. /** @defgroup SD_Exported_Functions_Group5 Peripheral State and Errors functions
  548. * @{
  549. */
  550. HAL_SD_StateTypeDef HAL_SD_GetState(SD_HandleTypeDef *hsd);
  551. uint32_t HAL_SD_GetError(SD_HandleTypeDef *hsd);
  552. /**
  553. * @}
  554. */
  555. /** @defgroup SD_Exported_Functions_Group6 Perioheral Abort management
  556. * @{
  557. */
  558. HAL_StatusTypeDef HAL_SD_Abort(SD_HandleTypeDef *hsd);
  559. HAL_StatusTypeDef HAL_SD_Abort_IT(SD_HandleTypeDef *hsd);
  560. /**
  561. * @}
  562. */
  563. /* Private types -------------------------------------------------------------*/
  564. /** @defgroup SD_Private_Types SD Private Types
  565. * @{
  566. */
  567. /**
  568. * @}
  569. */
  570. /* Private defines -----------------------------------------------------------*/
  571. /** @defgroup SD_Private_Defines SD Private Defines
  572. * @{
  573. */
  574. /**
  575. * @}
  576. */
  577. /* Private variables ---------------------------------------------------------*/
  578. /** @defgroup SD_Private_Variables SD Private Variables
  579. * @{
  580. */
  581. /**
  582. * @}
  583. */
  584. /* Private constants ---------------------------------------------------------*/
  585. /** @defgroup SD_Private_Constants SD Private Constants
  586. * @{
  587. */
  588. /**
  589. * @}
  590. */
  591. /* Private macros ------------------------------------------------------------*/
  592. /** @defgroup SD_Private_Macros SD Private Macros
  593. * @{
  594. */
  595. /**
  596. * @}
  597. */
  598. /* Private functions prototypes ----------------------------------------------*/
  599. /** @defgroup SD_Private_Functions_Prototypes SD Private Functions Prototypes
  600. * @{
  601. */
  602. /**
  603. * @}
  604. */
  605. /* Private functions ---------------------------------------------------------*/
  606. /** @defgroup SD_Private_Functions SD Private Functions
  607. * @{
  608. */
  609. /**
  610. * @}
  611. */
  612. /**
  613. * @}
  614. */
  615. /**
  616. * @}
  617. */
  618. /**
  619. * @}
  620. */
  621. #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx || STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx ||
  622. STM32F401xC || STM32F401xE || STM32F411xE || STM32F446xx || STM32F469xx || STM32F479xx || STM32F412Zx || STM32F412Vx ||
  623. STM32F412Rx || STM32F412Cx || STM32F413xx || STM32F423xx */
  624. #ifdef __cplusplus
  625. }
  626. #endif
  627. #endif /* __STM32F4xx_HAL_SD_H */
  628. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/