Lines Matching refs:hsd
147 void (* TxCpltCallback) (struct __SD_HandleTypeDef *hsd);
148 void (* RxCpltCallback) (struct __SD_HandleTypeDef *hsd);
149 void (* ErrorCallback) (struct __SD_HandleTypeDef *hsd);
150 void (* AbortCpltCallback) (struct __SD_HandleTypeDef *hsd);
151 void (* Read_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
152 void (* Read_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
153 void (* Write_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
154 void (* Write_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
160 void (* MspInitCallback) (struct __SD_HandleTypeDef *hsd);
161 void (* MspDeInitCallback) (struct __SD_HandleTypeDef *hsd);
285 typedef void (*pSD_CallbackTypeDef) (SD_HandleTypeDef *hsd);
628 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
629 HAL_StatusTypeDef HAL_SD_InitCard(SD_HandleTypeDef *hsd);
630 HAL_StatusTypeDef HAL_SD_DeInit (SD_HandleTypeDef *hsd);
631 void HAL_SD_MspInit(SD_HandleTypeDef *hsd);
632 void HAL_SD_MspDeInit(SD_HandleTypeDef *hsd);
641 HAL_StatusTypeDef HAL_SD_ReadBlocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint3…
642 HAL_StatusTypeDef HAL_SD_WriteBlocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint…
643 HAL_StatusTypeDef HAL_SD_Erase(SD_HandleTypeDef *hsd, uint32_t BlockStartAdd, uint32_t BlockEndAdd);
645 HAL_StatusTypeDef HAL_SD_ReadBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, ui…
646 HAL_StatusTypeDef HAL_SD_WriteBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, u…
648 HAL_StatusTypeDef HAL_SD_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, u…
649 HAL_StatusTypeDef HAL_SD_WriteBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, …
651 void HAL_SD_IRQHandler(SD_HandleTypeDef *hsd);
654 void HAL_SD_TxCpltCallback(SD_HandleTypeDef *hsd);
655 void HAL_SD_RxCpltCallback(SD_HandleTypeDef *hsd);
656 void HAL_SD_ErrorCallback(SD_HandleTypeDef *hsd);
657 void HAL_SD_AbortCallback(SD_HandleTypeDef *hsd);
666 HAL_StatusTypeDef HAL_SD_RegisterCallback (SD_HandleTypeDef *hsd, HAL_SD_CallbackIDTypeDef Callbac…
667 HAL_StatusTypeDef HAL_SD_UnRegisterCallback(SD_HandleTypeDef *hsd, HAL_SD_CallbackIDTypeDef Callbac…
670 HAL_StatusTypeDef HAL_SD_RegisterTransceiverCallback (SD_HandleTypeDef *hsd, pSD_TransceiverCallba…
671 HAL_StatusTypeDef HAL_SD_UnRegisterTransceiverCallback(SD_HandleTypeDef *hsd);
682 HAL_StatusTypeDef HAL_SD_ConfigWideBusOperation(SD_HandleTypeDef *hsd, uint32_t WideMode);
690 HAL_StatusTypeDef HAL_SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
691 HAL_SD_CardStateTypedef HAL_SD_GetCardState(SD_HandleTypeDef *hsd);
692 HAL_StatusTypeDef HAL_SD_GetCardCID(SD_HandleTypeDef *hsd, HAL_SD_CardCIDTypedef *pCID);
693 HAL_StatusTypeDef HAL_SD_GetCardCSD(SD_HandleTypeDef *hsd, HAL_SD_CardCSDTypedef *pCSD);
694 HAL_StatusTypeDef HAL_SD_GetCardStatus(SD_HandleTypeDef *hsd, HAL_SD_CardStatusTypedef *pStat…
695 HAL_StatusTypeDef HAL_SD_GetCardInfo(SD_HandleTypeDef *hsd, HAL_SD_CardInfoTypeDef *pCardInfo…
703 HAL_SD_StateTypeDef HAL_SD_GetState(SD_HandleTypeDef *hsd);
704 uint32_t HAL_SD_GetError(SD_HandleTypeDef *hsd);
712 HAL_StatusTypeDef HAL_SD_Abort(SD_HandleTypeDef *hsd);
713 HAL_StatusTypeDef HAL_SD_Abort_IT(SD_HandleTypeDef *hsd);