Lines Matching refs:hmmc

157   void (* TxCpltCallback)                 (struct __MMC_HandleTypeDef *hmmc);
158 void (* RxCpltCallback) (struct __MMC_HandleTypeDef *hmmc);
159 void (* ErrorCallback) (struct __MMC_HandleTypeDef *hmmc);
160 void (* AbortCpltCallback) (struct __MMC_HandleTypeDef *hmmc);
162 void (* Read_DMADblBuf0CpltCallback) (struct __MMC_HandleTypeDef *hmmc);
163 void (* Read_DMADblBuf1CpltCallback) (struct __MMC_HandleTypeDef *hmmc);
164 void (* Write_DMADblBuf0CpltCallback) (struct __MMC_HandleTypeDef *hmmc);
165 void (* Write_DMADblBuf1CpltCallback) (struct __MMC_HandleTypeDef *hmmc);
168 void (* MspInitCallback) (struct __MMC_HandleTypeDef *hmmc);
169 void (* MspDeInitCallback) (struct __MMC_HandleTypeDef *hmmc);
274 typedef void (*pMMC_CallbackTypeDef) (MMC_HandleTypeDef *hmmc);
706 HAL_StatusTypeDef HAL_MMC_Init(MMC_HandleTypeDef *hmmc);
707 HAL_StatusTypeDef HAL_MMC_InitCard(MMC_HandleTypeDef *hmmc);
708 HAL_StatusTypeDef HAL_MMC_DeInit (MMC_HandleTypeDef *hmmc);
709 void HAL_MMC_MspInit(MMC_HandleTypeDef *hmmc);
710 void HAL_MMC_MspDeInit(MMC_HandleTypeDef *hmmc);
720 HAL_StatusTypeDef HAL_MMC_ReadBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, ui…
721 HAL_StatusTypeDef HAL_MMC_WriteBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, u…
722 HAL_StatusTypeDef HAL_MMC_Erase(MMC_HandleTypeDef *hmmc, uint32_t BlockStartAdd, uint32_t BlockEndA…
724 HAL_StatusTypeDef HAL_MMC_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,…
725 HAL_StatusTypeDef HAL_MMC_WriteBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd…
727 HAL_StatusTypeDef HAL_MMC_ReadBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd…
728 HAL_StatusTypeDef HAL_MMC_WriteBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAd…
730 void HAL_MMC_IRQHandler(MMC_HandleTypeDef *hmmc);
733 void HAL_MMC_TxCpltCallback(MMC_HandleTypeDef *hmmc);
734 void HAL_MMC_RxCpltCallback(MMC_HandleTypeDef *hmmc);
735 void HAL_MMC_ErrorCallback(MMC_HandleTypeDef *hmmc);
736 void HAL_MMC_AbortCallback(MMC_HandleTypeDef *hmmc);
740 HAL_StatusTypeDef HAL_MMC_RegisterCallback (MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Cal…
741 HAL_StatusTypeDef HAL_MMC_UnRegisterCallback(MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Cal…
750 HAL_StatusTypeDef HAL_MMC_ConfigWideBusOperation(MMC_HandleTypeDef *hmmc, uint32_t WideMode);
752 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
761 HAL_MMC_CardStateTypeDef HAL_MMC_GetCardState(MMC_HandleTypeDef *hmmc);
762 HAL_StatusTypeDef HAL_MMC_GetCardCID(MMC_HandleTypeDef *hmmc, HAL_MMC_CardCIDTypeDef *pCID);
763 HAL_StatusTypeDef HAL_MMC_GetCardCSD(MMC_HandleTypeDef *hmmc, HAL_MMC_CardCSDTypeDef *pCSD);
764 HAL_StatusTypeDef HAL_MMC_GetCardInfo(MMC_HandleTypeDef *hmmc, HAL_MMC_CardInfoTypeDef *pCardInfo);
765 HAL_StatusTypeDef HAL_MMC_GetCardExtCSD(MMC_HandleTypeDef *hmmc, uint32_t *pExtCSD, uint32_t Timeou…
773 HAL_MMC_StateTypeDef HAL_MMC_GetState(MMC_HandleTypeDef *hmmc);
774 uint32_t HAL_MMC_GetError(MMC_HandleTypeDef *hmmc);
782 HAL_StatusTypeDef HAL_MMC_Abort(MMC_HandleTypeDef *hmmc);
783 HAL_StatusTypeDef HAL_MMC_Abort_IT(MMC_HandleTypeDef *hmmc);
791 HAL_StatusTypeDef HAL_MMC_EraseSequence(MMC_HandleTypeDef *hmmc, uint32_t EraseType, uint32_t Block…
792 HAL_StatusTypeDef HAL_MMC_Sanitize(MMC_HandleTypeDef *hmmc);
793 HAL_StatusTypeDef HAL_MMC_ConfigSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t SRTMode);
794 HAL_StatusTypeDef HAL_MMC_GetSupportedSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t *SupportedSR…
802 HAL_StatusTypeDef HAL_MMC_SleepDevice(MMC_HandleTypeDef *hmmc);
803 HAL_StatusTypeDef HAL_MMC_AwakeDevice(MMC_HandleTypeDef *hmmc);