Lines Matching refs:hmmc

148   void (* TxCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
149 void (* RxCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
150 void (* ErrorCallback)(struct __MMC_HandleTypeDef *hmmc);
151 void (* AbortCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
152 void (* Read_DMALnkLstBufCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
153 void (* Write_DMALnkLstBufCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
155 void (* MspInitCallback)(struct __MMC_HandleTypeDef *hmmc);
156 void (* MspDeInitCallback)(struct __MMC_HandleTypeDef *hmmc);
257 typedef void (*pMMC_CallbackTypeDef)(MMC_HandleTypeDef *hmmc);
632 HAL_StatusTypeDef HAL_MMC_Init(MMC_HandleTypeDef *hmmc);
633 HAL_StatusTypeDef HAL_MMC_InitCard(MMC_HandleTypeDef *hmmc);
634 HAL_StatusTypeDef HAL_MMC_DeInit(MMC_HandleTypeDef *hmmc);
635 void HAL_MMC_MspInit(MMC_HandleTypeDef *hmmc);
636 void HAL_MMC_MspDeInit(MMC_HandleTypeDef *hmmc);
646 HAL_StatusTypeDef HAL_MMC_ReadBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
649 HAL_StatusTypeDef HAL_MMC_WriteBlocks(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t Block…
651 HAL_StatusTypeDef HAL_MMC_Erase(MMC_HandleTypeDef *hmmc, uint32_t BlockStartAdd, uint32_t BlockEndA…
653 HAL_StatusTypeDef HAL_MMC_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
655 HAL_StatusTypeDef HAL_MMC_WriteBlocks_IT(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t Bl…
658 HAL_StatusTypeDef HAL_MMC_ReadBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
660 HAL_StatusTypeDef HAL_MMC_WriteBlocks_DMA(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t B…
663 void HAL_MMC_IRQHandler(MMC_HandleTypeDef *hmmc);
666 void HAL_MMC_TxCpltCallback(MMC_HandleTypeDef *hmmc);
667 void HAL_MMC_RxCpltCallback(MMC_HandleTypeDef *hmmc);
668 void HAL_MMC_ErrorCallback(MMC_HandleTypeDef *hmmc);
669 void HAL_MMC_AbortCallback(MMC_HandleTypeDef *hmmc);
673 HAL_StatusTypeDef HAL_MMC_RegisterCallback(MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Callb…
675 HAL_StatusTypeDef HAL_MMC_UnRegisterCallback(MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Cal…
684 HAL_StatusTypeDef HAL_MMC_ConfigWideBusOperation(MMC_HandleTypeDef *hmmc, uint32_t WideMode);
685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
693 HAL_MMC_CardStateTypeDef HAL_MMC_GetCardState(MMC_HandleTypeDef *hmmc);
694 HAL_StatusTypeDef HAL_MMC_GetCardCID(MMC_HandleTypeDef *hmmc, HAL_MMC_CardCIDTypeDef *pCID);
695 HAL_StatusTypeDef HAL_MMC_GetCardCSD(MMC_HandleTypeDef *hmmc, HAL_MMC_CardCSDTypeDef *pCSD);
696 HAL_StatusTypeDef HAL_MMC_GetCardInfo(MMC_HandleTypeDef *hmmc, HAL_MMC_CardInfoTypeDef *pCardInfo);
697 HAL_StatusTypeDef HAL_MMC_GetCardExtCSD(MMC_HandleTypeDef *hmmc, uint32_t *pExtCSD, uint32_t Timeou…
705 HAL_MMC_StateTypeDef HAL_MMC_GetState(const MMC_HandleTypeDef *hmmc);
706 uint32_t HAL_MMC_GetError(const MMC_HandleTypeDef *hmmc);
714 HAL_StatusTypeDef HAL_MMC_Abort(MMC_HandleTypeDef *hmmc);
715 HAL_StatusTypeDef HAL_MMC_Abort_IT(MMC_HandleTypeDef *hmmc);
723 HAL_StatusTypeDef HAL_MMC_EraseSequence(MMC_HandleTypeDef *hmmc, uint32_t EraseType, uint32_t Block…
725 HAL_StatusTypeDef HAL_MMC_Sanitize(MMC_HandleTypeDef *hmmc);
726 HAL_StatusTypeDef HAL_MMC_ConfigSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t SRTMode);
727 HAL_StatusTypeDef HAL_MMC_GetSupportedSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t *SupportedSR…
735 HAL_StatusTypeDef HAL_MMC_SleepDevice(MMC_HandleTypeDef *hmmc);
736 HAL_StatusTypeDef HAL_MMC_AwakeDevice(MMC_HandleTypeDef *hmmc);