| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_dma.c | 31 #define DMA1_CHANNEL1_IT_MASK ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR… 40 #define DMA2_CHANNEL1_IT_MASK ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR…
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dma.c | 24 #define DMA1_Channel1_IT_Mask ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR… 33 #define DMA2_Channel1_IT_Mask ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR…
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_dma.c | 48 #define DMA1_Channel1_IT_Mask ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR… 57 #define DMA2_Channel1_IT_Mask ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR…
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_dma.c | 63 #define DMA1_CHANNEL1_IT_MASK ((uint32_t)(DMA_ISR_GIF1 | DMA_ISR_TCIF1 | DMA_ISR_HTIF1 | DMA_ISR…
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_dma.h | 128 #define DMA_ISR_HTIF1 (0x01U << DMA_ISR_HTIF1_Pos) ///< Channel 1 Half… macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_dma.h | 191 #define LL_DMA_ISR_HTIF1 DMA_ISR_HTIF1 /*!< Channel 1 half transfer flag … 1324 return (READ_BIT(DMAx->ISR, DMA_ISR_HTIF1) == (DMA_ISR_HTIF1)); in LL_DMA_IsActiveFlag_HT1()
|
| A D | stm32l1xx_hal_dma.h | 245 #define DMA_FLAG_HT1 DMA_ISR_HTIF1
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_dma.h | 571 #define DMA1_IT_HT1 DMA_ISR_HTIF1 627 #define DMA1_FLAG_HT1 DMA_ISR_HTIF1
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_dma.h | 571 #define DMA1_IT_HT1 DMA_ISR_HTIF1 655 #define DMA1_FLAG_HT1 DMA_ISR_HTIF1
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_dma.c | 614 hdma->DmaBaseAddress->IFCR = DMA_ISR_HTIF1 << (hdma->ChannelIndex & 0x1CU); in HAL_DMA_IRQHandler()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 1128 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| A D | ft32f030x8.h | 1166 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| A D | ft32f072x8.h | 1205 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| A D | ft32f032x8.h | 1208 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| A D | ft32f032x6.h | 1207 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| A D | ft32f072xb.h | 1376 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 2454 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 2463 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 2757 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 2528 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 1018 #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half … macro
|
| A D | hk32f031x4x6.h | 996 #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half … macro
|
| A D | hk32f04ax4x6x8.h | 1064 #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half … macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 2688 #define DMA_ISR_HTIF1 ((uint32_t)0x00000004) /*!< Channel 1 Half Tran… macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 1826 #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half … macro
|