|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_BDMA_CURRENTTARGETMEM0 0x00000000U |
| #define | LL_BDMA_CURRENTTARGETMEM1 BDMA_CCR_CT |
| #define | LL_DMA_CURRENTTARGETMEM0 0x00000000U |
| #define | LL_DMA_CURRENTTARGETMEM1 DMA_SxCR_CT |
| #define LL_BDMA_CURRENTTARGETMEM0 0x00000000U |
Set CurrentTarget Memory to Memory 0
Definition at line 334 of file stm32h7xx_ll_bdma.h.
| #define LL_BDMA_CURRENTTARGETMEM1 BDMA_CCR_CT |
Set CurrentTarget Memory to Memory 1
Definition at line 335 of file stm32h7xx_ll_bdma.h.
| #define LL_DMA_CURRENTTARGETMEM0 0x00000000U |
Set CurrentTarget Memory to Memory 0
Definition at line 348 of file stm32h7xx_ll_dma.h.
| #define LL_DMA_CURRENTTARGETMEM1 DMA_SxCR_CT |
Set CurrentTarget Memory to Memory 1
Definition at line 349 of file stm32h7xx_ll_dma.h.
1.7.6.1