Home
last modified time | relevance | path

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 Dstm32f4xx_ll_dma2d.h761 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 Dstm32l4xx_ll_dma2d.h965 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 Dstm32f4xx_hal_dma2d.c1908 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 Dstm32l4xx_hal_dma2d.c1980 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 Dstm32f427xx.h6548 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
H A Dstm32f437xx.h6740 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
H A Dstm32f429xx.h6607 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
H A Dstm32f439xx.h6794 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
H A Dstm32f469xx.h6709 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro
H A Dstm32f479xx.h6899 #define DMA2D_AMTCR_EN DMA2D_AMTCR_EN_Msk /*!< Enable */ macro