HAL
HAL_DMA2D_CLUTLoading_Abort() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DMA2D_CLUTLoading_Abort()

HAL_DMA2D_CLUTLoading_Abort() function

Abort the DMA2D CLUT loading.

Syntax

HAL_StatusTypeDef HAL_DMA2D_CLUTLoading_Abort(DMA2D_HandleTypeDef *hdma2d,     uint32_t LayerIdx);
Implemented in stm32f4xx_hal_dma2d.c:1207

Arguments

hdma2d

Pointer to a DMA2D_HandleTypeDef structure that contains the configuration information for the DMA2D.

LayerIdx

DMA2D Layer index. This parameter can be one of the following values: DMA2D_BACKGROUND_LAYER(0) / DMA2D_FOREGROUND_LAYER(1)

Return value

HAL status

References

LocationReferrerText
stm32f4xx_hal_dma2d.c:1207
HAL_StatusTypeDef HAL_DMA2D_CLUTLoading_Abort(DMA2D_HandleTypeDef *hdma2d, uint32_t LayerIdx)
stm32f4xx_hal_dma2d.h:457
HAL_StatusTypeDef HAL_DMA2D_CLUTLoading_Abort(DMA2D_HandleTypeDef *hdma2d, uint32_t LayerIdx);
stm32f4xx_hal_dma2d.c:333HAL_DMA2D_DeInit()
if (HAL_DMA2D_CLUTLoading_Abort(hdma2d, 0U) != HAL_OK)
stm32f4xx_hal_dma2d.c:344HAL_DMA2D_DeInit()
if (HAL_DMA2D_CLUTLoading_Abort(hdma2d, 1U) != HAL_OK)

Call Tree

Functions calling HAL_DMA2D_CLUTLoading_Abort()
Functions called by HAL_DMA2D_CLUTLoading_Abort()
all items filtered out
HAL_DMA2D_CLUTLoading_Abort()
all items filtered out
Type of HAL_DMA2D_CLUTLoading_Abort()
HAL_DMA2D_CLUTLoading_Abort()
uint32_t
all items filtered out