Home
last modified time | relevance | path

Searched refs:DMA2D_CR_ABORT (Results 1 – 25 of 79) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma2d.h550 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
563 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma2d.h636 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
649 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma2d.h598 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
611 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma2d.h636 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
649 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dma2d.h633 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
646 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma2d.h636 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
649 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma2d.h642 MODIFY_REG(DMA2Dx->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in LL_DMA2D_Abort()
655 return ((READ_BIT(DMA2Dx->CR, DMA2D_CR_ABORT) == (DMA2D_CR_ABORT)) ? 1UL : 0UL); in LL_DMA2D_IsAborted()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma2d.c820 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1213 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma2d.c862 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1256 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma2d.c862 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1256 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma2d.c830 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1223 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma2d.c862 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1256 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma2d.c862 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1256 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dma2d.c892 MODIFY_REG(hdma2d->Instance->CR, DMA2D_CR_ABORT | DMA2D_CR_START, DMA2D_CR_ABORT); in HAL_DMA2D_Abort()
1286 SET_BIT(hdma2d->Instance->CR, DMA2D_CR_ABORT); in HAL_DMA2D_CLUTLoading_Abort()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f427xx.h6300 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f429xx.h6359 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f439xx.h6546 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f437xx.h6492 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f750xx.h6634 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f745xx.h6391 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f756xx.h6634 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f746xx.h6446 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f765xx.h6851 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f777xx.h7133 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
Dstm32f767xx.h6945 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro

1234