STM32H735xx HAL User Manual
|
Modules | |
DMA Private Variables | |
DMA Exported Init structure | |
DMA Exported Constants | |
DMA Exported Macros | |
DMA Exported Functions | |
DMA_LL_Private_Macros | |
Defines | |
#define | LL_DMA_INSTANCE_TO_DMAMUX_CHANNEL(__DMA_INSTANCE__) (((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) ? 0UL : 8UL) |
Helper macro to convert DMA Instance DMAx into DMAMUX channel. |
#define LL_DMA_INSTANCE_TO_DMAMUX_CHANNEL | ( | __DMA_INSTANCE__ | ) | (((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) ? 0UL : 8UL) |
Helper macro to convert DMA Instance DMAx into DMAMUX channel.
__DMA_INSTANCE__ | DMAx |
Channel_Offset | (LL_DMAMUX_CHANNEL_8 or 0). |
Definition at line 73 of file stm32h7xx_ll_dma.h.
Referenced by LL_DMA_GetPeriphRequest(), and LL_DMA_SetPeriphRequest().