/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_dma2d.h | 550 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/ |
D | stm32h7xx_ll_dma2d.h | 636 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/ |
D | stm32f7xx_ll_dma2d.h | 598 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/ |
D | stm32h7rsxx_ll_dma2d.h | 636 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/ |
D | stm32l4xx_ll_dma2d.h | 633 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/ |
D | stm32n6xx_ll_dma2d.h | 636 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/ |
D | stm32u5xx_ll_dma2d.h | 642 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/ |
D | stm32f4xx_hal_dma2d.c | 820 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/ |
D | stm32n6xx_hal_dma2d.c | 862 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/ |
D | stm32h7rsxx_hal_dma2d.c | 862 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/ |
D | stm32f7xx_hal_dma2d.c | 830 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/ |
D | stm32h7xx_hal_dma2d.c | 862 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/ |
D | stm32u5xx_hal_dma2d.c | 862 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/ |
D | stm32l4xx_hal_dma2d.c | 892 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/ |
D | stm32f427xx.h | 6300 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f429xx.h | 6359 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f439xx.h | 6546 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f437xx.h | 6492 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f750xx.h | 6634 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f745xx.h | 6391 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f756xx.h | 6634 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f746xx.h | 6446 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f765xx.h | 6851 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f777xx.h | 7133 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|
D | stm32f767xx.h | 6945 #define DMA2D_CR_ABORT DMA2D_CR_ABORT_Msk /*!< Abort transfer … macro
|