STM32L4xx_HAL_Driver  1.14.0
DMA Private Variables

Variables

static const uint8_t CHANNEL_OFFSET_TAB []
 

Detailed Description

Variable Documentation

◆ CHANNEL_OFFSET_TAB

const uint8_t CHANNEL_OFFSET_TAB[]
static
Initial value:
=
{
(uint8_t)(DMA1_Channel1_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel2_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel3_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel4_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel5_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel6_BASE - DMA1_BASE),
(uint8_t)(DMA1_Channel7_BASE - DMA1_BASE)
}

Definition at line 50 of file stm32l4xx_ll_dma.h.