Searched refs:DMA_IT_FE (Results 1 – 15 of 15) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dma.h | 327 #define DMA_IT_FE 0x00000080U macro 550 #define __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 565 #define __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 580 #define __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dma.h | 343 #define DMA_IT_FE 0x00000080U macro 566 #define __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 581 #define __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 596 #define __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dma.h | 353 #define DMA_IT_FE 0x00000080U macro 576 #define __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 591 #define __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 606 #define __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma.c | 482 hdma->Instance->FCR |= DMA_IT_FE; in HAL_DMA_Start_IT() 536 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_Abort() 780 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_FE) != RESET) in HAL_DMA_IRQHandler() 860 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_IRQHandler()
|
D | stm32f7xx_hal_dma_ex.c | 199 hdma->Instance->FCR |= DMA_IT_FE; in HAL_DMAEx_MultiBufferStart_IT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma.h | 511 #define DMA_IT_FE ((uint32_t)0x00000080U) macro 756 #define __HAL_DMA_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 771 #define __HAL_DMA_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 786 #define __HAL_DMA_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dma.c | 536 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_Abort() 779 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_FE) != RESET) in HAL_DMA_IRQHandler() 859 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_IRQHandler()
|
D | stm32f2xx_hal_dma_ex.c | 205 hdma->Instance->FCR |= DMA_IT_FE; in HAL_DMAEx_MultiBufferStart_IT()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma.c | 533 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_Abort() 775 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_FE) != RESET) in HAL_DMA_IRQHandler() 855 hdma->Instance->FCR &= ~(DMA_IT_FE); in HAL_DMA_IRQHandler()
|
D | stm32f4xx_hal_dma_ex.c | 204 hdma->Instance->FCR |= DMA_IT_FE; in HAL_DMAEx_MultiBufferStart_IT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma.c | 654 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR &= ~(DMA_IT_FE); in HAL_DMA_Abort() 947 if (__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_FE) != 0U) in HAL_DMA_IRQHandler() 1027 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR &= ~(DMA_IT_FE); in HAL_DMA_IRQHandler()
|
D | stm32mp1xx_hal_dma_ex.c | 252 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR |= DMA_IT_FE; in HAL_DMAEx_MultiBufferStart_IT()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dma.h | 589 #define DMA_IT_FE ((uint32_t)0x00000080U) macro 1074 #define __HAL_DMA_STREAM_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 1096 #define __HAL_DMA_STREAM_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)? \ 1118 #define __HAL_DMA_STREAM_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__INTERRUPT__) != DMA_IT_FE)?…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma.c | 813 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR &= ~(DMA_IT_FE); in HAL_DMA_Abort() 1242 if(__HAL_DMA_GET_IT_SOURCE(hdma, DMA_IT_FE) != 0U) in HAL_DMA_IRQHandler() 1322 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR &= ~(DMA_IT_FE); in HAL_DMA_IRQHandler()
|
D | stm32h7xx_hal_dma_ex.c | 292 ((DMA_Stream_TypeDef *)hdma->Instance)->FCR |= DMA_IT_FE; in HAL_DMAEx_MultiBufferStart_IT()
|