Home
last modified time | relevance | path

Searched refs:DMA_IT_DME (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c574 …hdma->Instance)->CR, (DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT), (DMA_IT_TC | DMA_IT_TE | DM… in HAL_DMA_Start_IT()
653 … ((DMA_Stream_TypeDef *)hdma->Instance)->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT); in HAL_DMA_Abort()
959 if (__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_DME) != 0U) in HAL_DMA_IRQHandler()
1026 ((DMA_Stream_TypeDef *)hdma->Instance)->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_IRQHandler()
Dstm32mp1xx_hal_dma_ex.c251 …hdma->Instance)->CR, (DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT), (DMA_IT_TC | DMA_IT_TE | DM… in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c482 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMA_Start_IT()
535 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_Abort()
791 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_DME) != RESET) in HAL_DMA_IRQHandler()
858 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_IRQHandler()
Dstm32f2xx_hal_dma_ex.c204 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c481 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMA_Start_IT()
535 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_Abort()
792 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_DME) != RESET) in HAL_DMA_IRQHandler()
859 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_IRQHandler()
Dstm32f7xx_hal_dma_ex.c198 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c479 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMA_Start_IT()
532 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_Abort()
787 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_DME) != RESET) in HAL_DMA_IRQHandler()
854 hdma->Instance->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_IRQHandler()
Dstm32f4xx_hal_dma_ex.c203 hdma->Instance->CR |= DMA_IT_TC | DMA_IT_TE | DMA_IT_DME; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c714 …hdma->Instance)->CR, (DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT), (DMA_IT_TC | DMA_IT_TE | DM… in HAL_DMA_Start_IT()
812 …((DMA_Stream_TypeDef *)hdma->Instance)->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT); in HAL_DMA_Abort()
1254 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_DME) != 0U) in HAL_DMA_IRQHandler()
1321 ((DMA_Stream_TypeDef *)hdma->Instance)->CR &= ~(DMA_IT_TC | DMA_IT_TE | DMA_IT_DME); in HAL_DMA_IRQHandler()
Dstm32h7xx_hal_dma_ex.c291 …hdma->Instance)->CR, (DMA_IT_TC | DMA_IT_TE | DMA_IT_DME | DMA_IT_HT), (DMA_IT_TC | DMA_IT_TE | DM… in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h326 #define DMA_IT_DME DMA_SxCR_DMEIE macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h342 #define DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h352 #define DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h510 #define DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma.h588 #define DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) macro