/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_dma.h | 246 #define DMA_FLAG_GL2 DMA_ISR_GIF2 375 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 376 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\ 467 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32l1xx_ll_dma.h | 192 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1180 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dma.h | 631 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 632 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\ 648 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 649 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32g4xx_ll_dma.h | 224 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1584 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_dma.h | 351 #define DMA_FLAG_GL2 DMA_ISR_GIF2 486 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 493 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32l0xx_ll_dma.h | 217 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1282 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dma.h | 397 #define DMA_FLAG_GL2 DMA_ISR_GIF2 564 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 565 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32l5xx_ll_dma.h | 202 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1968 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dma.h | 522 #define DMA_FLAG_GL2 DMA_ISR_GIF2 651 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 652 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32l4xx_ll_dma.h | 239 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1580 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_dma.h | 501 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\ 502 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel2))? DMA_ISR_GIF2 :\ 515 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel2))? DMA_ISR_GIF2 :\
|
D | stm32wbxx_ll_dma.h | 207 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1318 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_dma.h | 184 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1092 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
D | stm32c0xx_hal_dma.h | 302 #define DMA_FLAG_GI2 DMA_ISR_GIF2
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_dma.h | 190 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1142 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_dma.h | 191 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1179 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_dma.h | 212 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1387 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
D | stm32g0xx_hal_dma.h | 395 #define DMA_FLAG_GI2 DMA_ISR_GIF2 /*!< Global Interrupt flag …
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dma.h | 204 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1666 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI2()
|
D | stm32wlxx_hal_dma.h | 317 #define DMA_FLAG_GI2 DMA_ISR_GIF2 /*!< Global Interrupt flag …
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_dma.h | 218 #define LL_DMA_ISR_GIF2 DMA_ISR_GIF2 /*!< Channel 2 global flag … 1359 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF2) == (DMA_ISR_GIF2)); in LL_DMA_IsActiveFlag_GI2()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 2845 #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Globa… macro
|
D | stm32f101xb.h | 2907 #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Globa… macro
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/soc/ |
D | stm32f030x8.h | 996 #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Globa… macro
|
D | stm32f030x6.h | 974 #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Globa… macro
|