/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma.c | 767 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/ |
D | stm32wbaxx_hal_dma.c | 638 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/ |
D | stm32h5xx_hal_dma.c | 650 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/ |
D | stm32n6xx_hal_dma.c | 685 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/ |
D | stm32u5xx_hal_dma.c | 643 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/ |
D | stm32wbaxx_hal_dma.h | 499 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
|
D | stm32wbaxx_ll_dma.h | 1030 (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/ |
D | stm32h7rsxx_hal_dma.h | 558 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
|
D | stm32h7rsxx_ll_dma.h | 1431 (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/ |
D | stm32u5xx_hal_dma.h | 596 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
|
D | stm32u5xx_ll_dma.h | 1460 (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/ |
D | stm32h5xx_hal_dma.h | 842 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
|
D | stm32h5xx_ll_dma.h | 1669 (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/ |
D | stm32n6xx_hal_dma.h | 819 ((__HANDLE__)->Instance->CCR |= (DMA_CCR_SUSP | DMA_CCR_RESET))
|
D | stm32n6xx_ll_dma.h | 1853 (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/ |
D | stm32wba50xx.h | 2216 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32wba52xx.h | 2801 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32wba54xx.h | 2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32wba5mxx.h | 2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32wba55xx.h | 2984 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 3822 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32h523xx.h | 5178 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
D | stm32h562xx.h | 5621 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 6269 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 4976 #define DMA_CCR_RESET DMA_CCR_RESET_Msk /*!< Channel re… macro
|