STM32H735xx HAL User Manual
Defines
BREAK2 FILTER
TIM Exported Constants

Defines

#define LL_TIM_BREAK2_FILTER_FDIV1   0x00000000U
#define LL_TIM_BREAK2_FILTER_FDIV1_N2   0x00100000U
#define LL_TIM_BREAK2_FILTER_FDIV1_N4   0x00200000U
#define LL_TIM_BREAK2_FILTER_FDIV1_N8   0x00300000U
#define LL_TIM_BREAK2_FILTER_FDIV2_N6   0x00400000U
#define LL_TIM_BREAK2_FILTER_FDIV2_N8   0x00500000U
#define LL_TIM_BREAK2_FILTER_FDIV4_N6   0x00600000U
#define LL_TIM_BREAK2_FILTER_FDIV4_N8   0x00700000U
#define LL_TIM_BREAK2_FILTER_FDIV8_N6   0x00800000U
#define LL_TIM_BREAK2_FILTER_FDIV8_N8   0x00900000U
#define LL_TIM_BREAK2_FILTER_FDIV16_N5   0x00A00000U
#define LL_TIM_BREAK2_FILTER_FDIV16_N6   0x00B00000U
#define LL_TIM_BREAK2_FILTER_FDIV16_N8   0x00C00000U
#define LL_TIM_BREAK2_FILTER_FDIV32_N5   0x00D00000U
#define LL_TIM_BREAK2_FILTER_FDIV32_N6   0x00E00000U
#define LL_TIM_BREAK2_FILTER_FDIV32_N8   0x00F00000U

Define Documentation

#define LL_TIM_BREAK2_FILTER_FDIV1   0x00000000U

No filter, BRK acts asynchronously

Definition at line 1072 of file stm32h7xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_BREAK2_FILTER_FDIV16_N5   0x00A00000U

fSAMPLING=fDTS/16, N=5

Definition at line 1082 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N6   0x00B00000U

fSAMPLING=fDTS/16, N=6

Definition at line 1083 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N8   0x00C00000U

fSAMPLING=fDTS/16, N=8

Definition at line 1084 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N2   0x00100000U

fSAMPLING=fCK_INT, N=2

Definition at line 1073 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N4   0x00200000U

fSAMPLING=fCK_INT, N=4

Definition at line 1074 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N8   0x00300000U

fSAMPLING=fCK_INT, N=8

Definition at line 1075 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N6   0x00400000U

fSAMPLING=fDTS/2, N=6

Definition at line 1076 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N8   0x00500000U

fSAMPLING=fDTS/2, N=8

Definition at line 1077 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N5   0x00D00000U

fSAMPLING=fDTS/32, N=5

Definition at line 1085 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N6   0x00E00000U

fSAMPLING=fDTS/32, N=6

Definition at line 1086 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N8   0x00F00000U

fSAMPLING=fDTS/32, N=8

Definition at line 1087 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N6   0x00600000U

fSAMPLING=fDTS/4, N=6

Definition at line 1078 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N8   0x00700000U

fSAMPLING=fDTS/4, N=8

Definition at line 1079 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N6   0x00800000U

fSAMPLING=fDTS/8, N=6

Definition at line 1080 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N8   0x00900000U

fSAMPLING=fDTS/8, N=8

Definition at line 1081 of file stm32h7xx_ll_tim.h.