STM32L486xx HAL User Manual
Defines
DMA Burst Base Address
TIM Exported Constants

Defines

#define LL_TIM_DMABURST_BASEADDR_CR1   0x00000000U
#define LL_TIM_DMABURST_BASEADDR_CR2   TIM_DCR_DBA_0
#define LL_TIM_DMABURST_BASEADDR_SMCR   TIM_DCR_DBA_1
#define LL_TIM_DMABURST_BASEADDR_DIER   (TIM_DCR_DBA_1 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_SR   TIM_DCR_DBA_2
#define LL_TIM_DMABURST_BASEADDR_EGR   (TIM_DCR_DBA_2 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCMR1   (TIM_DCR_DBA_2 | TIM_DCR_DBA_1)
#define LL_TIM_DMABURST_BASEADDR_CCMR2   (TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCER   TIM_DCR_DBA_3
#define LL_TIM_DMABURST_BASEADDR_CNT   (TIM_DCR_DBA_3 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_PSC   (TIM_DCR_DBA_3 | TIM_DCR_DBA_1)
#define LL_TIM_DMABURST_BASEADDR_ARR   (TIM_DCR_DBA_3 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_RCR   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2)
#define LL_TIM_DMABURST_BASEADDR_CCR1   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCR2   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1)
#define LL_TIM_DMABURST_BASEADDR_CCR3   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCR4   TIM_DCR_DBA_4
#define LL_TIM_DMABURST_BASEADDR_BDTR   (TIM_DCR_DBA_4 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCMR3   (TIM_DCR_DBA_4 | TIM_DCR_DBA_1)
#define LL_TIM_DMABURST_BASEADDR_CCR5   (TIM_DCR_DBA_4 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_CCR6   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2)
#define LL_TIM_DMABURST_BASEADDR_OR1   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_0)
#define LL_TIM_DMABURST_BASEADDR_OR2   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1)
#define LL_TIM_DMABURST_BASEADDR_OR3   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

Define Documentation

#define LL_TIM_DMABURST_BASEADDR_ARR   (TIM_DCR_DBA_3 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_ARR register is the DMA base address for DMA burst

Definition at line 1090 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_BDTR   (TIM_DCR_DBA_4 | TIM_DCR_DBA_0)

TIMx_BDTR register is the DMA base address for DMA burst

Definition at line 1096 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCER   TIM_DCR_DBA_3

TIMx_CCER register is the DMA base address for DMA burst

Definition at line 1087 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCMR1   (TIM_DCR_DBA_2 | TIM_DCR_DBA_1)

TIMx_CCMR1 register is the DMA base address for DMA burst

Definition at line 1085 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCMR2   (TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_CCMR2 register is the DMA base address for DMA burst

Definition at line 1086 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCMR3   (TIM_DCR_DBA_4 | TIM_DCR_DBA_1)

TIMx_CCMR3 register is the DMA base address for DMA burst

Definition at line 1097 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR1   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_0)

TIMx_CCR1 register is the DMA base address for DMA burst

Definition at line 1092 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR2   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1)

TIMx_CCR2 register is the DMA base address for DMA burst

Definition at line 1093 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR3   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_CCR3 register is the DMA base address for DMA burst

Definition at line 1094 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR4   TIM_DCR_DBA_4

TIMx_CCR4 register is the DMA base address for DMA burst

Definition at line 1095 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR5   (TIM_DCR_DBA_4 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_CCR5 register is the DMA base address for DMA burst

Definition at line 1098 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CCR6   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2)

TIMx_CCR6 register is the DMA base address for DMA burst

Definition at line 1099 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CNT   (TIM_DCR_DBA_3 | TIM_DCR_DBA_0)

TIMx_CNT register is the DMA base address for DMA burst

Definition at line 1088 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CR1   0x00000000U

TIMx_CR1 register is the DMA base address for DMA burst

Definition at line 1079 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_CR2   TIM_DCR_DBA_0

TIMx_CR2 register is the DMA base address for DMA burst

Definition at line 1080 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_DIER   (TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_DIER register is the DMA base address for DMA burst

Definition at line 1082 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_EGR   (TIM_DCR_DBA_2 | TIM_DCR_DBA_0)

TIMx_EGR register is the DMA base address for DMA burst

Definition at line 1084 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_OR1   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_0)

TIMx_OR1 register is the DMA base address for DMA burst

Definition at line 1100 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_OR2   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1)

TIMx_OR2 register is the DMA base address for DMA burst

Definition at line 1101 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_OR3   (TIM_DCR_DBA_4 | TIM_DCR_DBA_2 | TIM_DCR_DBA_1 | TIM_DCR_DBA_0)

TIMx_OR3 register is the DMA base address for DMA burst

Definition at line 1102 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_PSC   (TIM_DCR_DBA_3 | TIM_DCR_DBA_1)

TIMx_PSC register is the DMA base address for DMA burst

Definition at line 1089 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_RCR   (TIM_DCR_DBA_3 | TIM_DCR_DBA_2)

TIMx_RCR register is the DMA base address for DMA burst

Definition at line 1091 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_SMCR   TIM_DCR_DBA_1

TIMx_SMCR register is the DMA base address for DMA burst

Definition at line 1081 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DMABURST_BASEADDR_SR   TIM_DCR_DBA_2

TIMx_SR register is the DMA base address for DMA burst

Definition at line 1083 of file stm32l4xx_ll_tim.h.