STM32H735xx HAL User Manual
Defines
break filter
TIM Exported Constants

Defines

#define LL_TIM_BREAK_FILTER_FDIV1   0x00000000U
#define LL_TIM_BREAK_FILTER_FDIV1_N2   0x00010000U
#define LL_TIM_BREAK_FILTER_FDIV1_N4   0x00020000U
#define LL_TIM_BREAK_FILTER_FDIV1_N8   0x00030000U
#define LL_TIM_BREAK_FILTER_FDIV2_N6   0x00040000U
#define LL_TIM_BREAK_FILTER_FDIV2_N8   0x00050000U
#define LL_TIM_BREAK_FILTER_FDIV4_N6   0x00060000U
#define LL_TIM_BREAK_FILTER_FDIV4_N8   0x00070000U
#define LL_TIM_BREAK_FILTER_FDIV8_N6   0x00080000U
#define LL_TIM_BREAK_FILTER_FDIV8_N8   0x00090000U
#define LL_TIM_BREAK_FILTER_FDIV16_N5   0x000A0000U
#define LL_TIM_BREAK_FILTER_FDIV16_N6   0x000B0000U
#define LL_TIM_BREAK_FILTER_FDIV16_N8   0x000C0000U
#define LL_TIM_BREAK_FILTER_FDIV32_N5   0x000D0000U
#define LL_TIM_BREAK_FILTER_FDIV32_N6   0x000E0000U
#define LL_TIM_BREAK_FILTER_FDIV32_N8   0x000F0000U

Define Documentation

#define LL_TIM_BREAK_FILTER_FDIV1   0x00000000U

No filter, BRK acts asynchronously

Definition at line 1040 of file stm32h7xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_BREAK_FILTER_FDIV16_N5   0x000A0000U

fSAMPLING=fDTS/16, N=5

Definition at line 1050 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV16_N6   0x000B0000U

fSAMPLING=fDTS/16, N=6

Definition at line 1051 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV16_N8   0x000C0000U

fSAMPLING=fDTS/16, N=8

Definition at line 1052 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N2   0x00010000U

fSAMPLING=fCK_INT, N=2

Definition at line 1041 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N4   0x00020000U

fSAMPLING=fCK_INT, N=4

Definition at line 1042 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N8   0x00030000U

fSAMPLING=fCK_INT, N=8

Definition at line 1043 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV2_N6   0x00040000U

fSAMPLING=fDTS/2, N=6

Definition at line 1044 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV2_N8   0x00050000U

fSAMPLING=fDTS/2, N=8

Definition at line 1045 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N5   0x000D0000U

fSAMPLING=fDTS/32, N=5

Definition at line 1053 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N6   0x000E0000U

fSAMPLING=fDTS/32, N=6

Definition at line 1054 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N8   0x000F0000U

fSAMPLING=fDTS/32, N=8

Definition at line 1055 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV4_N6   0x00060000U

fSAMPLING=fDTS/4, N=6

Definition at line 1046 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV4_N8   0x00070000U

fSAMPLING=fDTS/4, N=8

Definition at line 1047 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV8_N6   0x00080000U

fSAMPLING=fDTS/8, N=6

Definition at line 1048 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV8_N8   0x00090000U

fSAMPLING=fDTS/8, N=8

Definition at line 1049 of file stm32h7xx_ll_tim.h.