STM32L486xx 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 975 of file stm32l4xx_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 985 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV16_N6   0x000B0000U

fSAMPLING=fDTS/16, N=6

Definition at line 986 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV16_N8   0x000C0000U

fSAMPLING=fDTS/16, N=8

Definition at line 987 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N2   0x00010000U

fSAMPLING=fCK_INT, N=2

Definition at line 976 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N4   0x00020000U

fSAMPLING=fCK_INT, N=4

Definition at line 977 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV1_N8   0x00030000U

fSAMPLING=fCK_INT, N=8

Definition at line 978 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV2_N6   0x00040000U

fSAMPLING=fDTS/2, N=6

Definition at line 979 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV2_N8   0x00050000U

fSAMPLING=fDTS/2, N=8

Definition at line 980 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N5   0x000D0000U

fSAMPLING=fDTS/32, N=5

Definition at line 988 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N6   0x000E0000U

fSAMPLING=fDTS/32, N=6

Definition at line 989 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV32_N8   0x000F0000U

fSAMPLING=fDTS/32, N=8

Definition at line 990 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV4_N6   0x00060000U

fSAMPLING=fDTS/4, N=6

Definition at line 981 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV4_N8   0x00070000U

fSAMPLING=fDTS/4, N=8

Definition at line 982 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV8_N6   0x00080000U

fSAMPLING=fDTS/8, N=6

Definition at line 983 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK_FILTER_FDIV8_N8   0x00090000U

fSAMPLING=fDTS/8, N=8

Definition at line 984 of file stm32l4xx_ll_tim.h.