__LL_DMA_GET_INSTANCE macro
Convert DMAx_Streamy into DMAx
Syntax
#define __LL_DMA_GET_INSTANCE(__STREAM_INSTANCE__) \
(((uint32_t)(__STREAM_INSTANCE__) > ((uint32_t)DMA1_Stream7)) ? DMA2 : DMA1)
Arguments
__STREAM_INSTANCE__
DMAx_Streamy
Return value
DMAx
Examples
__LL_DMA_GET_INSTANCE is referenced by 1 libraries and example projects: