STM32F10x Standard Peripherals Library  3.5.0
TIM_DMA_Burst_Length

Defines

#define TIM_DMABurstLength_1Transfer   ((uint16_t)0x0000)
#define TIM_DMABurstLength_2Transfers   ((uint16_t)0x0100)
#define TIM_DMABurstLength_3Transfers   ((uint16_t)0x0200)
#define TIM_DMABurstLength_4Transfers   ((uint16_t)0x0300)
#define TIM_DMABurstLength_5Transfers   ((uint16_t)0x0400)
#define TIM_DMABurstLength_6Transfers   ((uint16_t)0x0500)
#define TIM_DMABurstLength_7Transfers   ((uint16_t)0x0600)
#define TIM_DMABurstLength_8Transfers   ((uint16_t)0x0700)
#define TIM_DMABurstLength_9Transfers   ((uint16_t)0x0800)
#define TIM_DMABurstLength_10Transfers   ((uint16_t)0x0900)
#define TIM_DMABurstLength_11Transfers   ((uint16_t)0x0A00)
#define TIM_DMABurstLength_12Transfers   ((uint16_t)0x0B00)
#define TIM_DMABurstLength_13Transfers   ((uint16_t)0x0C00)
#define TIM_DMABurstLength_14Transfers   ((uint16_t)0x0D00)
#define TIM_DMABurstLength_15Transfers   ((uint16_t)0x0E00)
#define TIM_DMABurstLength_16Transfers   ((uint16_t)0x0F00)
#define TIM_DMABurstLength_17Transfers   ((uint16_t)0x1000)
#define TIM_DMABurstLength_18Transfers   ((uint16_t)0x1100)
#define IS_TIM_DMA_LENGTH(LENGTH)

Define Documentation

#define IS_TIM_DMA_LENGTH (   LENGTH)
Value:
(((LENGTH) == TIM_DMABurstLength_1Transfer) || \
                                   ((LENGTH) == TIM_DMABurstLength_2Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_3Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_4Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_5Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_6Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_7Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_8Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_9Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_10Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_11Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_12Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_13Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_14Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_15Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_16Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_17Transfers) || \
                                   ((LENGTH) == TIM_DMABurstLength_18Transfers))

Definition at line 691 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_10Transfers   ((uint16_t)0x0900)

Definition at line 682 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_11Transfers   ((uint16_t)0x0A00)

Definition at line 683 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_12Transfers   ((uint16_t)0x0B00)

Definition at line 684 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_13Transfers   ((uint16_t)0x0C00)

Definition at line 685 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_14Transfers   ((uint16_t)0x0D00)

Definition at line 686 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_15Transfers   ((uint16_t)0x0E00)

Definition at line 687 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_16Transfers   ((uint16_t)0x0F00)

Definition at line 688 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_17Transfers   ((uint16_t)0x1000)

Definition at line 689 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_18Transfers   ((uint16_t)0x1100)

Definition at line 690 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_1Transfer   ((uint16_t)0x0000)

Definition at line 673 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_2Transfers   ((uint16_t)0x0100)

Definition at line 674 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_3Transfers   ((uint16_t)0x0200)

Definition at line 675 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_4Transfers   ((uint16_t)0x0300)

Definition at line 676 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_5Transfers   ((uint16_t)0x0400)

Definition at line 677 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_6Transfers   ((uint16_t)0x0500)

Definition at line 678 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_7Transfers   ((uint16_t)0x0600)

Definition at line 679 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_8Transfers   ((uint16_t)0x0700)

Definition at line 680 of file stm32f10x_tim.h.

#define TIM_DMABurstLength_9Transfers   ((uint16_t)0x0800)

Definition at line 681 of file stm32f10x_tim.h.