|
HAL_SD_ErrorTypedef | HAL_SD_ReadBlocks (SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t NumberOfBlocks) |
|
HAL_SD_ErrorTypedef | HAL_SD_WriteBlocks (SD_HandleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t NumberOfBlocks) |
|
HAL_SD_ErrorTypedef | HAL_SD_Erase (SD_HandleTypeDef *hsd, uint64_t startaddr, uint64_t endaddr) |
|
void | HAL_SD_IRQHandler (SD_HandleTypeDef *hsd) |
|
void | HAL_SD_DMA_RxCpltCallback (DMA_HandleTypeDef *hdma) |
|
void | HAL_SD_DMA_RxErrorCallback (DMA_HandleTypeDef *hdma) |
|
void | HAL_SD_DMA_TxCpltCallback (DMA_HandleTypeDef *hdma) |
|
void | HAL_SD_DMA_TxErrorCallback (DMA_HandleTypeDef *hdma) |
|
void | HAL_SD_XferCpltCallback (SD_HandleTypeDef *hsd) |
|
void | HAL_SD_XferErrorCallback (SD_HandleTypeDef *hsd) |
|
HAL_SD_ErrorTypedef | HAL_SD_ReadBlocks_DMA (SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t NumberOfBlocks) |
|
HAL_SD_ErrorTypedef | HAL_SD_WriteBlocks_DMA (SD_HandleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t NumberOfBlocks) |
|
HAL_SD_ErrorTypedef | HAL_SD_CheckWriteOperation (SD_HandleTypeDef *hsd, uint32_t Timeout) |
|
HAL_SD_ErrorTypedef | HAL_SD_CheckReadOperation (SD_HandleTypeDef *hsd, uint32_t Timeout) |
|