Lines Matching refs:hmmc
150 void (* TxCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
151 void (* RxCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
152 void (* ErrorCallback)(struct __MMC_HandleTypeDef *hmmc);
153 void (* AbortCpltCallback)(struct __MMC_HandleTypeDef *hmmc);
154 void (* Read_DMADblBuf0CpltCallback)(struct __MMC_HandleTypeDef *hmmc);
155 void (* Read_DMADblBuf1CpltCallback)(struct __MMC_HandleTypeDef *hmmc);
156 void (* Write_DMADblBuf0CpltCallback)(struct __MMC_HandleTypeDef *hmmc);
157 void (* Write_DMADblBuf1CpltCallback)(struct __MMC_HandleTypeDef *hmmc);
159 void (* MspInitCallback)(struct __MMC_HandleTypeDef *hmmc);
160 void (* MspDeInitCallback)(struct __MMC_HandleTypeDef *hmmc);
263 typedef void (*pMMC_CallbackTypeDef)(MMC_HandleTypeDef *hmmc);
661 HAL_StatusTypeDef HAL_MMC_Init(MMC_HandleTypeDef *hmmc);
662 HAL_StatusTypeDef HAL_MMC_InitCard(MMC_HandleTypeDef *hmmc);
663 HAL_StatusTypeDef HAL_MMC_DeInit(MMC_HandleTypeDef *hmmc);
664 void HAL_MMC_MspInit(MMC_HandleTypeDef *hmmc);
665 void HAL_MMC_MspDeInit(MMC_HandleTypeDef *hmmc);
675 HAL_StatusTypeDef HAL_MMC_ReadBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
678 HAL_StatusTypeDef HAL_MMC_WriteBlocks(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t Block…
680 HAL_StatusTypeDef HAL_MMC_Erase(MMC_HandleTypeDef *hmmc, uint32_t BlockStartAdd, uint32_t BlockEndA…
682 HAL_StatusTypeDef HAL_MMC_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
684 HAL_StatusTypeDef HAL_MMC_WriteBlocks_IT(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t Bl…
687 HAL_StatusTypeDef HAL_MMC_ReadBlocks_DMA(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd,
689 HAL_StatusTypeDef HAL_MMC_WriteBlocks_DMA(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint32_t B…
692 void HAL_MMC_IRQHandler(MMC_HandleTypeDef *hmmc);
695 void HAL_MMC_TxCpltCallback(MMC_HandleTypeDef *hmmc);
696 void HAL_MMC_RxCpltCallback(MMC_HandleTypeDef *hmmc);
697 void HAL_MMC_ErrorCallback(MMC_HandleTypeDef *hmmc);
698 void HAL_MMC_AbortCallback(MMC_HandleTypeDef *hmmc);
702 HAL_StatusTypeDef HAL_MMC_RegisterCallback(MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Callb…
704 HAL_StatusTypeDef HAL_MMC_UnRegisterCallback(MMC_HandleTypeDef *hmmc, HAL_MMC_CallbackIDTypeDef Cal…
713 HAL_StatusTypeDef HAL_MMC_ConfigWideBusOperation(MMC_HandleTypeDef *hmmc, uint32_t WideMode);
714 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
715 HAL_StatusTypeDef HAL_MMC_SwitchPartition(MMC_HandleTypeDef *hmmc, HAL_MMC_PartitionTypeDef Partiti…
723 HAL_MMC_CardStateTypeDef HAL_MMC_GetCardState(MMC_HandleTypeDef *hmmc);
724 HAL_StatusTypeDef HAL_MMC_GetCardCID(const MMC_HandleTypeDef *hmmc, HAL_MMC_CardCIDTypeDef *pCID);
725 HAL_StatusTypeDef HAL_MMC_GetCardCSD(MMC_HandleTypeDef *hmmc, HAL_MMC_CardCSDTypeDef *pCSD);
726 HAL_StatusTypeDef HAL_MMC_GetCardInfo(const MMC_HandleTypeDef *hmmc, HAL_MMC_CardInfoTypeDef *pCard…
727 HAL_StatusTypeDef HAL_MMC_GetCardExtCSD(MMC_HandleTypeDef *hmmc, uint32_t *pExtCSD, uint32_t Timeou…
735 HAL_MMC_StateTypeDef HAL_MMC_GetState(const MMC_HandleTypeDef *hmmc);
736 uint32_t HAL_MMC_GetError(const MMC_HandleTypeDef *hmmc);
737 uint32_t HAL_MMC_GetRPMBError(const MMC_HandleTypeDef *hmmc);
745 HAL_StatusTypeDef HAL_MMC_Abort(MMC_HandleTypeDef *hmmc);
746 HAL_StatusTypeDef HAL_MMC_Abort_IT(MMC_HandleTypeDef *hmmc);
754 HAL_StatusTypeDef HAL_MMC_EraseSequence(MMC_HandleTypeDef *hmmc, uint32_t EraseType, uint32_t Block…
756 HAL_StatusTypeDef HAL_MMC_Sanitize(MMC_HandleTypeDef *hmmc);
757 HAL_StatusTypeDef HAL_MMC_ConfigSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t SRTMode);
758 HAL_StatusTypeDef HAL_MMC_GetSupportedSecRemovalType(MMC_HandleTypeDef *hmmc, uint32_t *SupportedSR…
766 HAL_StatusTypeDef HAL_MMC_SleepDevice(MMC_HandleTypeDef *hmmc);
767 HAL_StatusTypeDef HAL_MMC_AwakeDevice(MMC_HandleTypeDef *hmmc);
775 HAL_StatusTypeDef HAL_MMC_RPMB_ProgramAuthenticationKey(MMC_HandleTypeDef *hmmc, const uint8_t *pKe…
776 HAL_StatusTypeDef HAL_MMC_RPMB_ProgramAuthenticationKey_IT(MMC_HandleTypeDef *hmmc, const uint8_t *…
778 uint32_t HAL_MMC_RPMB_GetWriteCounter(MMC_HandleTypeDef *hmmc, uint8_t *pNonce, uint32_t Timeout);
779 uint32_t HAL_MMC_RPMB_GetWriteCounter_IT(MMC_HandleTypeDef *hmmc, uint8_t *pNonce);
780 HAL_StatusTypeDef HAL_MMC_RPMB_WriteBlocks(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint16_t …
782 HAL_StatusTypeDef HAL_MMC_RPMB_WriteBlocks_IT(MMC_HandleTypeDef *hmmc, const uint8_t *pData, uint16…
784 HAL_StatusTypeDef HAL_MMC_RPMB_ReadBlocks(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint16_t BlockAd…
787 HAL_StatusTypeDef HAL_MMC_RPMB_ReadBlocks_IT(MMC_HandleTypeDef *hmmc, uint8_t *pData, uint16_t Bloc…