STM32F439xx HAL User Manual
Defines
DMA Burst Length
TIM Exported Constants

Defines

#define LL_TIM_DMABURST_LENGTH_1TRANSFER   0x00000000U
#define LL_TIM_DMABURST_LENGTH_2TRANSFERS   TIM_DCR_DBL_0
#define LL_TIM_DMABURST_LENGTH_3TRANSFERS   TIM_DCR_DBL_1
#define LL_TIM_DMABURST_LENGTH_4TRANSFERS   (TIM_DCR_DBL_1 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_5TRANSFERS   TIM_DCR_DBL_2
#define LL_TIM_DMABURST_LENGTH_6TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_7TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_1)
#define LL_TIM_DMABURST_LENGTH_8TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_9TRANSFERS   TIM_DCR_DBL_3
#define LL_TIM_DMABURST_LENGTH_10TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_11TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_1)
#define LL_TIM_DMABURST_LENGTH_12TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_13TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2)
#define LL_TIM_DMABURST_LENGTH_14TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_15TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_1)
#define LL_TIM_DMABURST_LENGTH_16TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)
#define LL_TIM_DMABURST_LENGTH_17TRANSFERS   TIM_DCR_DBL_4
#define LL_TIM_DMABURST_LENGTH_18TRANSFERS   (TIM_DCR_DBL_4 | TIM_DCR_DBL_0)

Define Documentation

#define LL_TIM_DMABURST_LENGTH_10TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_0)

Transfer is done to 10 registers starting from the DMA burst base address

Definition at line 881 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_11TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_1)

Transfer is done to 11 registers starting from the DMA burst base address

Definition at line 882 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_12TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)

Transfer is done to 12 registers starting from the DMA burst base address

Definition at line 883 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_13TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2)

Transfer is done to 13 registers starting from the DMA burst base address

Definition at line 884 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_14TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_0)

Transfer is done to 14 registers starting from the DMA burst base address

Definition at line 885 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_15TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_1)

Transfer is done to 15 registers starting from the DMA burst base address

Definition at line 886 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_16TRANSFERS   (TIM_DCR_DBL_3 | TIM_DCR_DBL_2 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)

Transfer is done to 16 registers starting from the DMA burst base address

Definition at line 887 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_17TRANSFERS   TIM_DCR_DBL_4

Transfer is done to 17 registers starting from the DMA burst base address

Definition at line 888 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_18TRANSFERS   (TIM_DCR_DBL_4 | TIM_DCR_DBL_0)

Transfer is done to 18 registers starting from the DMA burst base address

Definition at line 889 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_1TRANSFER   0x00000000U

Transfer is done to 1 register starting from the DMA burst base address

Definition at line 872 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_2TRANSFERS   TIM_DCR_DBL_0

Transfer is done to 2 registers starting from the DMA burst base address

Definition at line 873 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_3TRANSFERS   TIM_DCR_DBL_1

Transfer is done to 3 registers starting from the DMA burst base address

Definition at line 874 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_4TRANSFERS   (TIM_DCR_DBL_1 | TIM_DCR_DBL_0)

Transfer is done to 4 registers starting from the DMA burst base address

Definition at line 875 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_5TRANSFERS   TIM_DCR_DBL_2

Transfer is done to 5 registers starting from the DMA burst base address

Definition at line 876 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_6TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_0)

Transfer is done to 6 registers starting from the DMA burst base address

Definition at line 877 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_7TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_1)

Transfer is done to 7 registers starting from the DMA burst base address

Definition at line 878 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_8TRANSFERS   (TIM_DCR_DBL_2 | TIM_DCR_DBL_1 | TIM_DCR_DBL_0)

Transfer is done to 1 registers starting from the DMA burst base address

Definition at line 879 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DMABURST_LENGTH_9TRANSFERS   TIM_DCR_DBL_3

Transfer is done to 9 registers starting from the DMA burst base address

Definition at line 880 of file stm32f4xx_ll_tim.h.