Searched refs:DMA2D_AMTCR_EN (Results 1 – 10 of 10) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_dma2d.h | 761 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 772 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 783 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_dma2d.h | 965 SET_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_EnableDeadTime() 976 CLEAR_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN); in LL_DMA2D_DisableDeadTime() 987 return ((READ_BIT(DMA2Dx->AMTCR, DMA2D_AMTCR_EN) == (DMA2D_AMTCR_EN)) ? 1UL : 0UL); in LL_DMA2D_IsEnabledDeadTime()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_dma2d.c | 1908 SET_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_EnableDeadTime() 1931 CLEAR_BIT(hdma2d->Instance->AMTCR, DMA2D_AMTCR_EN); in HAL_DMA2D_DisableDeadTime()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_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()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f427xx.h | 6548 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
H A D | stm32f437xx.h | 6740 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
H A D | stm32f429xx.h | 6607 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
H A D | stm32f439xx.h | 6794 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
H A D | stm32f469xx.h | 6709 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|
H A D | stm32f479xx.h | 6899 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
|