Lines Matching refs:hsd
151 void (* TxCpltCallback)(struct __SD_HandleTypeDef *hsd);
152 void (* RxCpltCallback)(struct __SD_HandleTypeDef *hsd);
153 void (* ErrorCallback)(struct __SD_HandleTypeDef *hsd);
154 void (* AbortCpltCallback)(struct __SD_HandleTypeDef *hsd);
155 void (* Read_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
156 void (* Read_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
157 void (* Write_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
158 void (* Write_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
163 void (* MspInitCallback)(struct __SD_HandleTypeDef *hsd);
164 void (* MspDeInitCallback)(struct __SD_HandleTypeDef *hsd);
288 typedef void (*pSD_CallbackTypeDef)(SD_HandleTypeDef *hsd);
623 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
624 HAL_StatusTypeDef HAL_SD_InitCard(SD_HandleTypeDef *hsd);
625 HAL_StatusTypeDef HAL_SD_DeInit(SD_HandleTypeDef *hsd);
626 void HAL_SD_MspInit(SD_HandleTypeDef *hsd);
627 void HAL_SD_MspDeInit(SD_HandleTypeDef *hsd);
636 HAL_StatusTypeDef HAL_SD_ReadBlocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint3…
638 HAL_StatusTypeDef HAL_SD_WriteBlocks(SD_HandleTypeDef *hsd, const uint8_t *pData, uint32_t BlockAdd,
640 HAL_StatusTypeDef HAL_SD_Erase(SD_HandleTypeDef *hsd, uint32_t BlockStartAdd, uint32_t BlockEndAdd);
642 HAL_StatusTypeDef HAL_SD_ReadBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd,
644 HAL_StatusTypeDef HAL_SD_WriteBlocks_IT(SD_HandleTypeDef *hsd, const uint8_t *pData, uint32_t Block…
647 HAL_StatusTypeDef HAL_SD_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd,
649 HAL_StatusTypeDef HAL_SD_WriteBlocks_DMA(SD_HandleTypeDef *hsd, const uint8_t *pData, uint32_t Bloc…
652 void HAL_SD_IRQHandler(SD_HandleTypeDef *hsd);
655 void HAL_SD_TxCpltCallback(SD_HandleTypeDef *hsd);
656 void HAL_SD_RxCpltCallback(SD_HandleTypeDef *hsd);
657 void HAL_SD_ErrorCallback(SD_HandleTypeDef *hsd);
658 void HAL_SD_AbortCallback(SD_HandleTypeDef *hsd);
667 HAL_StatusTypeDef HAL_SD_RegisterCallback(SD_HandleTypeDef *hsd, HAL_SD_CallbackIDTypeDef CallbackI…
669 HAL_StatusTypeDef HAL_SD_UnRegisterCallback(SD_HandleTypeDef *hsd, HAL_SD_CallbackIDTypeDef Callbac…
672 HAL_StatusTypeDef HAL_SD_RegisterTransceiverCallback(SD_HandleTypeDef *hsd, pSD_TransceiverCallback…
673 HAL_StatusTypeDef HAL_SD_UnRegisterTransceiverCallback(SD_HandleTypeDef *hsd);
684 HAL_StatusTypeDef HAL_SD_ConfigWideBusOperation(SD_HandleTypeDef *hsd, uint32_t WideMode);
685 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
693 HAL_SD_CardStateTypeDef HAL_SD_GetCardState(SD_HandleTypeDef *hsd);
694 HAL_StatusTypeDef HAL_SD_GetCardCID(const SD_HandleTypeDef *hsd, HAL_SD_CardCIDTypeDef *pCID);
695 HAL_StatusTypeDef HAL_SD_GetCardCSD(SD_HandleTypeDef *hsd, HAL_SD_CardCSDTypeDef *pCSD);
696 HAL_StatusTypeDef HAL_SD_GetCardStatus(SD_HandleTypeDef *hsd, HAL_SD_CardStatusTypeDef *pStat…
697 HAL_StatusTypeDef HAL_SD_GetCardInfo(const SD_HandleTypeDef *hsd, HAL_SD_CardInfoTypeDef *pCa…
705 HAL_SD_StateTypeDef HAL_SD_GetState(const SD_HandleTypeDef *hsd);
706 uint32_t HAL_SD_GetError(const SD_HandleTypeDef *hsd);
714 HAL_StatusTypeDef HAL_SD_Abort(SD_HandleTypeDef *hsd);
715 HAL_StatusTypeDef HAL_SD_Abort_IT(SD_HandleTypeDef *hsd);