STM32L443xx 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 1026 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 1036 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N6   0x00B00000U

fSAMPLING=fDTS/16, N=6

Definition at line 1037 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV16_N8   0x00C00000U

fSAMPLING=fDTS/16, N=8

Definition at line 1038 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N2   0x00100000U

fSAMPLING=fCK_INT, N=2

Definition at line 1027 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N4   0x00200000U

fSAMPLING=fCK_INT, N=4

Definition at line 1028 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV1_N8   0x00300000U

fSAMPLING=fCK_INT, N=8

Definition at line 1029 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N6   0x00400000U

fSAMPLING=fDTS/2, N=6

Definition at line 1030 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV2_N8   0x00500000U

fSAMPLING=fDTS/2, N=8

Definition at line 1031 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N5   0x00D00000U

fSAMPLING=fDTS/32, N=5

Definition at line 1039 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N6   0x00E00000U

fSAMPLING=fDTS/32, N=6

Definition at line 1040 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV32_N8   0x00F00000U

fSAMPLING=fDTS/32, N=8

Definition at line 1041 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N6   0x00600000U

fSAMPLING=fDTS/4, N=6

Definition at line 1032 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV4_N8   0x00700000U

fSAMPLING=fDTS/4, N=8

Definition at line 1033 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N6   0x00800000U

fSAMPLING=fDTS/8, N=6

Definition at line 1034 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_FILTER_FDIV8_N8   0x00900000U

fSAMPLING=fDTS/8, N=8

Definition at line 1035 of file stm32l4xx_ll_tim.h.