Searched refs:DMA_ISR_GIF7 (Results 1 – 25 of 165) sorted by relevance
1234567
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_dma.h | 266 #define DMA_FLAG_GL7 DMA_ISR_GIF7 384 DMA_ISR_GIF7) 472 DMA_ISR_GIF7)
|
D | stm32l1xx_ll_dma.h | 212 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1235 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dma.h | 417 #define DMA_FLAG_GL7 DMA_ISR_GIF7 574 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel7))? DMA_ISR_GIF7 :\ 575 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel7))? DMA_ISR_GIF7 :\
|
D | stm32l5xx_ll_dma.h | 222 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 2023 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_dma.h | 218 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1246 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32wb0x_hal_dma.h | 434 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel7))? DMA_ISR_GIF7 : \
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_dma.h | 210 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1197 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_dma.h | 371 #define DMA_FLAG_GL7 DMA_ISR_GIF7 498 DMA_ISR_GIF7)
|
D | stm32l0xx_ll_dma.h | 240 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1340 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_dma.h | 227 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1373 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32wbxx_hal_dma.h | 511 DMA_ISR_GIF7) 520 DMA_ISR_GIF7)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_dma.h | 233 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1467 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32u0xx_hal_dma.h | 383 #define DMA_FLAG_GI7 DMA_ISR_GIF7 /*!< Global Interrupt flag …
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_dma.h | 235 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1445 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32g0xx_hal_dma.h | 418 #define DMA_FLAG_GI7 DMA_ISR_GIF7 /*!< Global Interrupt flag …
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_dma.h | 211 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1234 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dma.h | 542 #define DMA_FLAG_GL7 DMA_ISR_GIF7 661 DMA_ISR_GIF7)
|
D | stm32l4xx_ll_dma.h | 259 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1635 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dma.h | 224 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1721 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32wlxx_hal_dma.h | 337 #define DMA_FLAG_GI7 DMA_ISR_GIF7 /*!< Global Interrupt flag …
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_dma.h | 241 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1417 return (READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)); in LL_DMA_IsActiveFlag_GI7()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_dma.h | 245 #define LL_DMA_ISR_GIF7 DMA_ISR_GIF7 /*!< Channel 7 global flag … 1640 return ((READ_BIT(DMAx->ISR, DMA_ISR_GIF7) == (DMA_ISR_GIF7)) ? 1UL : 0UL); in LL_DMA_IsActiveFlag_GI7()
|
D | stm32g4xx_hal_dma.h | 641 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA1_Channel7))? DMA_ISR_GIF7 :\ 642 ((uint32_t)((__HANDLE__)->Instance) == ((uint32_t)DMA2_Channel7))? DMA_ISR_GIF7 :\
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 2905 #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Globa… macro
|
D | stm32f101xb.h | 2967 #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Globa… macro
|
1234567