Home
last modified time | relevance | path

Searched refs:DMA_CCR_RESET (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c767 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_Abort()
954 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_PollForTransfer()
1111 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
1204 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c638 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_Abort()
825 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_PollForTransfer()
990 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
1083 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c650 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_Abort()
837 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_PollForTransfer()
1002 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
1095 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c685 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_Abort()
872 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_PollForTransfer()
1037 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
1130 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c643 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_Abort()
830 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_PollForTransfer()
995 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
1088 hdma->Instance->CCR |= DMA_CCR_RESET; in HAL_DMA_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h499 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
Dstm32wbaxx_ll_dma.h1030 (DMA_CCR_SUSP | DMA_CCR_RESET)); in LL_DMA_DisableChannel()
1075 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_RESET); in LL_DMA_ResetChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h558 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
Dstm32h7rsxx_ll_dma.h1431 (DMA_CCR_SUSP | DMA_CCR_RESET)); in LL_DMA_DisableChannel()
1492 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_RESET); in LL_DMA_ResetChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h596 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
Dstm32u5xx_ll_dma.h1460 (DMA_CCR_SUSP | DMA_CCR_RESET)); in LL_DMA_DisableChannel()
1521 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_RESET); in LL_DMA_ResetChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h842 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
Dstm32h5xx_ll_dma.h1669 (DMA_CCR_SUSP | DMA_CCR_RESET)); in LL_DMA_DisableChannel()
1714 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_RESET); in LL_DMA_ResetChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h819 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
Dstm32n6xx_ll_dma.h1853 (DMA_CCR_SUSP | DMA_CCR_RESET)); in LL_DMA_DisableChannel()
1914 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_RESET); in LL_DMA_ResetChannel()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h2216 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32wba52xx.h2801 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32wba54xx.h2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32wba5mxx.h2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32wba55xx.h2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h3822 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32h523xx.h5178 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
Dstm32h562xx.h5621 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h6269 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h4976 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro

12