/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_dma2d.h | 817 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 828 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 839 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dma2d.h | 1012 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 1023 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 1034 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_dma2d.h | 921 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 932 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 943 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_dma2d.h | 1012 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 1023 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 1034 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_dma2d.h | 1025 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 1036 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 1047 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_dma2d.h | 1012 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 1023 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 1034 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma2d.h | 1018 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 1029 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 1040 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma2d.c | 1924 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 1947 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dma2d.c | 1980 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 2003 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma2d.c | 1980 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 2003 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma2d.c | 1944 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 1967 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma2d.c | 1980 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 2003 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma2d.c | 1984 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 2007 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dma2d.c | 2000 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 2023 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f427xx.h | 6555 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f429xx.h | 6614 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f439xx.h | 6801 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f437xx.h | 6747 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f750xx.h | 6889 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f745xx.h | 6646 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f756xx.h | 6889 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f746xx.h | 6701 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f765xx.h | 7124 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f777xx.h | 7406 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
D | stm32f767xx.h | 7218 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|