STM32L486xx 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 1007 of file stm32l4xx_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 1017 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N6   0x00B00000U

fSAMPLING=fDTS/16, N=6

Definition at line 1018 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N8   0x00C00000U

fSAMPLING=fDTS/16, N=8

Definition at line 1019 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N2   0x00100000U

fSAMPLING=fCK_INT, N=2

Definition at line 1008 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N4   0x00200000U

fSAMPLING=fCK_INT, N=4

Definition at line 1009 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N8   0x00300000U

fSAMPLING=fCK_INT, N=8

Definition at line 1010 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N6   0x00400000U

fSAMPLING=fDTS/2, N=6

Definition at line 1011 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N8   0x00500000U

fSAMPLING=fDTS/2, N=8

Definition at line 1012 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N5   0x00D00000U

fSAMPLING=fDTS/32, N=5

Definition at line 1020 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N6   0x00E00000U

fSAMPLING=fDTS/32, N=6

Definition at line 1021 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N8   0x00F00000U

fSAMPLING=fDTS/32, N=8

Definition at line 1022 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N6   0x00600000U

fSAMPLING=fDTS/4, N=6

Definition at line 1013 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N8   0x00700000U

fSAMPLING=fDTS/4, N=8

Definition at line 1014 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N6   0x00800000U

fSAMPLING=fDTS/8, N=6

Definition at line 1015 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N8   0x00900000U

fSAMPLING=fDTS/8, N=8

Definition at line 1016 of file stm32l4xx_ll_tim.h.