HAL
MMC_HandleTypeDef::hdmarx is only used within HAL.
 
Symbols
loading...
Files
loading...

MMC_HandleTypeDef::hdmarx field

MMC Rx DMA handle parameters

References

LocationReferrerText
stm32f4xx_hal_mmc.h:137
DMA_HandleTypeDef *hdmarx; /*!< MMC Rx DMA handle parameters */
stm32f4xx_hal_mmc.c:1210HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1213HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1216HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1224HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1225HAL_MMC_ReadBlocks_DMA()
stm32f4xx_hal_mmc.c:1228HAL_MMC_ReadBlocks_DMA()
if(HAL_DMA_Start_IT(hmmc->hdmarx, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBlocks)/4) != HAL_OK)
stm32f4xx_hal_mmc.c:1689HAL_MMC_IRQHandler()
else if(hmmc->hdmarx != NULL)
stm32f4xx_hal_mmc.c:1692HAL_MMC_IRQHandler()
stm32f4xx_hal_mmc.c:1694HAL_MMC_IRQHandler()
if(HAL_DMA_Abort_IT(hmmc->hdmarx) != HAL_OK)
stm32f4xx_hal_mmc.c:1696HAL_MMC_IRQHandler()
stm32f4xx_hal_mmc.c:2427HAL_MMC_Abort()
if((hmmc->hdmatx != NULL) || (hmmc->hdmarx != NULL))
stm32f4xx_hal_mmc.c:2441HAL_MMC_Abort()
if(hmmc->hdmarx != NULL)
stm32f4xx_hal_mmc.c:2443HAL_MMC_Abort()
if(HAL_DMA_Abort(hmmc->hdmarx) != HAL_OK)
stm32f4xx_hal_mmc.c:2484HAL_MMC_Abort_IT()
if((hmmc->hdmatx != NULL) || (hmmc->hdmarx != NULL))
stm32f4xx_hal_mmc.c:2499HAL_MMC_Abort_IT()
if(hmmc->hdmarx != NULL)
stm32f4xx_hal_mmc.c:2501HAL_MMC_Abort_IT()
stm32f4xx_hal_mmc.c:2502HAL_MMC_Abort_IT()
if(HAL_DMA_Abort_IT(hmmc->hdmarx) != HAL_OK)
stm32f4xx_hal_mmc.c:2504HAL_MMC_Abort_IT()
hmmc->hdmarx = NULL;
stm32f4xx_hal_mmc.c:2510HAL_MMC_Abort_IT()
if((hmmc->hdmatx == NULL) && (hmmc->hdmarx == NULL))
stm32f4xx_hal_mmc.c:2617MMC_DMAError()
RxErrorCode = hmmc->hdmarx->ErrorCode;
stm32f4xx_hal_mmc.c:2662MMC_DMATxAbort()
if(hmmc->hdmarx == NULL)
stm32f4xx_hal_mmc.c:2701MMC_DMARxAbort()
if(hmmc->hdmarx != NULL)
stm32f4xx_hal_mmc.c:2703MMC_DMARxAbort()
hmmc->hdmarx = NULL;

Data Use

Functions writing MMC_HandleTypeDef::hdmarx
Functions reading MMC_HandleTypeDef::hdmarx
MMC_HandleTypeDef::hdmarx
Type of MMC_HandleTypeDef::hdmarx
MMC_HandleTypeDef::hdmarx
all items filtered out