STM32G474xx HAL 用户手册
定义
断路滤波器
TIM 导出常量

定义

#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 LL_TIM_BREAK_FILTER_FDIV1   0x00000000U

无滤波器,BRK异步动作

定义于文件 stm32g4xx_ll_tim.h 的第 1234 行。

LL_TIM_BDTR_StructInit() 引用。

#define LL_TIM_BREAK_FILTER_FDIV16_N5   0x000A0000U

fSAMPLING=fDTS/16, N=5

定义于文件 stm32g4xx_ll_tim.h 的第 1244 行。

#define LL_TIM_BREAK_FILTER_FDIV16_N6   0x000B0000U

fSAMPLING=fDTS/16, N=6

定义于文件 stm32g4xx_ll_tim.h 的第 1245 行。

#define LL_TIM_BREAK_FILTER_FDIV16_N8   0x000C0000U

fSAMPLING=fDTS/16, N=8

定义于文件 stm32g4xx_ll_tim.h 的第 1246 行。

#define LL_TIM_BREAK_FILTER_FDIV1_N2   0x00010000U

fSAMPLING=fCK_INT, N=2

定义于文件 stm32g4xx_ll_tim.h 的第 1235 行。

#define LL_TIM_BREAK_FILTER_FDIV1_N4   0x00020000U

fSAMPLING=fCK_INT, N=4

定义于文件 stm32g4xx_ll_tim.h 的第 1236 行。

#define LL_TIM_BREAK_FILTER_FDIV1_N8   0x00030000U

fSAMPLING=fCK_INT, N=8

定义于文件 stm32g4xx_ll_tim.h 的第 1237 行。

#define LL_TIM_BREAK_FILTER_FDIV2_N6   0x00040000U

fSAMPLING=fDTS/2, N=6

定义于文件 stm32g4xx_ll_tim.h 的第 1238 行。

#define LL_TIM_BREAK_FILTER_FDIV2_N8   0x00050000U

fSAMPLING=fDTS/2, N=8

定义于文件 stm32g4xx_ll_tim.h 的第 1239 行。

#define LL_TIM_BREAK_FILTER_FDIV32_N5   0x000D0000U

fSAMPLING=fDTS/32, N=5

定义于文件 stm32g4xx_ll_tim.h 的第 1247 行。

#define LL_TIM_BREAK_FILTER_FDIV32_N6   0x000E0000U

fSAMPLING=fDTS/32, N=6

定义于文件 stm32g4xx_ll_tim.h 的第 1248 行。

#define LL_TIM_BREAK_FILTER_FDIV32_N8   0x000F0000U

fSAMPLING=fDTS/32, N=8

定义于文件 stm32g4xx_ll_tim.h 的第 1249 行。

#define LL_TIM_BREAK_FILTER_FDIV4_N6   0x00060000U

fSAMPLING=fDTS/4, N=6

定义于文件 stm32g4xx_ll_tim.h 的第 1240 行。

#define LL_TIM_BREAK_FILTER_FDIV4_N8   0x00070000U

fSAMPLING=fDTS/4, N=8

定义于文件 stm32g4xx_ll_tim.h 的第 1241 行。

#define LL_TIM_BREAK_FILTER_FDIV8_N6   0x00080000U

fSAMPLING=fDTS/8, N=6