Home
last modified time | relevance | path

Searched refs:BDMA_CCR_TEIE (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_bdma.h245 #define LL_BDMA_CCR_TEIE BDMA_CCR_TEIE /*!< Transfer error interrupt …
2315 …T(((BDMA_Channel_TypeDef *)(bdma_base_addr + LL_BDMA_CH_OFFSET_TAB[Channel]))->CCR, BDMA_CCR_TEIE); in LL_BDMA_EnableIT_TE()
2381 …T(((BDMA_Channel_TypeDef *)(bdma_base_addr + LL_BDMA_CH_OFFSET_TAB[Channel]))->CCR, BDMA_CCR_TEIE); in LL_BDMA_DisableIT_TE()
2447 … *)(bdma_base_addr + LL_BDMA_CH_OFFSET_TAB[Channel]))->CCR, BDMA_CCR_TEIE) == (BDMA_CCR_TEIE)) ? 1… in LL_BDMA_IsEnabledIT_TE()
Dstm32h7xx_hal_dma.h1061 …IT_TE)) == (DMA_IT_TC | DMA_IT_HT | DMA_IT_TE)) ? (BDMA_CCR_TCIE | BDMA_CCR_HTIE |BDMA_CCR_TEIE) :\
1063 …A_IT__) & (DMA_IT_HT | DMA_IT_TE)) == (DMA_IT_HT | DMA_IT_TE)) ? (BDMA_CCR_HTIE |BDMA_CCR_TEIE) :\
1064 …A_IT__) & (DMA_IT_TC | DMA_IT_TE)) == (DMA_IT_TC | DMA_IT_TE)) ? (BDMA_CCR_TCIE |BDMA_CCR_TEIE) :\
1067 ((__DMA_IT__) == DMA_IT_TE) ? BDMA_CCR_TEIE :\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c725 …ma->Instance)->CCR, (BDMA_CCR_TCIE | BDMA_CCR_HTIE | BDMA_CCR_TEIE), (BDMA_CCR_TCIE | BDMA_CCR_TEI… in HAL_DMA_Start_IT()
820 …BDMA_Channel_TypeDef *)hdma->Instance)->CCR &= ~(BDMA_CCR_TCIE | BDMA_CCR_HTIE | BDMA_CCR_TEIE); in HAL_DMA_Abort()
925 …BDMA_Channel_TypeDef *)hdma->Instance)->CCR &= ~(BDMA_CCR_TCIE | BDMA_CCR_HTIE | BDMA_CCR_TEIE); in HAL_DMA_Abort_IT()
1532 …bdma & (BDMA_FLAG_TE0 << (hdma->StreamIndex & 0x1FU))) != 0U) && ((ccr_reg & BDMA_CCR_TEIE) != 0U)) in HAL_DMA_IRQHandler()
Dstm32h7xx_hal_dma_ex.c303 …ma->Instance)->CCR, (BDMA_CCR_TCIE | BDMA_CCR_HTIE | BDMA_CCR_TEIE), (BDMA_CCR_TCIE | BDMA_CCR_TEI… in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h6553 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h7b0xx.h6807 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h7b0xxq.h6808 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h7a3xxq.h6554 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h7b3xx.h6807 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h7b3xxq.h6808 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h730xxq.h7099 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h733xx.h7098 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h725xx.h6845 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h730xx.h7098 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h735xx.h7099 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h742xx.h6571 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h723xx.h6844 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h750xx.h6859 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h753xx.h6859 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h745xx.h6773 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h745xg.h6773 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h743xx.h6666 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h755xx.h6966 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h757xx.h7049 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro
Dstm32h747xg.h6856 #define BDMA_CCR_TEIE BDMA_CCR_TEIE_Msk /*!< Transfer error … macro

12