Constants defining the division ratio between the timer clock frequency (fHRTIM) and the fault signal sampling clock (fFLTS) used by the digital filters. More...
Macros | |
#define | HRTIM_FAULTPRESCALER_DIV1 ((uint32_t)0x00000000) |
#define | HRTIM_FAULTPRESCALER_DIV2 (HRTIM_FLTINR2_FLTSD_0) |
#define | HRTIM_FAULTPRESCALER_DIV4 (HRTIM_FLTINR2_FLTSD_1) |
#define | HRTIM_FAULTPRESCALER_DIV8 (HRTIM_FLTINR2_FLTSD_1 | HRTIM_FLTINR2_FLTSD_0) |
#define | IS_HRTIM_FAULTPRESCALER(FAULTPRESCALER) |
Constants defining the division ratio between the timer clock frequency (fHRTIM) and the fault signal sampling clock (fFLTS) used by the digital filters.
#define HRTIM_FAULTPRESCALER_DIV1 ((uint32_t)0x00000000) |
fFLTS=fHRTIM
Definition at line 1715 of file stm32f30x_hrtim.h.
#define HRTIM_FAULTPRESCALER_DIV2 (HRTIM_FLTINR2_FLTSD_0) |
fFLTS=fHRTIM / 2
Definition at line 1716 of file stm32f30x_hrtim.h.
#define HRTIM_FAULTPRESCALER_DIV4 (HRTIM_FLTINR2_FLTSD_1) |
fFLTS=fHRTIM / 4
Definition at line 1717 of file stm32f30x_hrtim.h.
#define HRTIM_FAULTPRESCALER_DIV8 (HRTIM_FLTINR2_FLTSD_1 | HRTIM_FLTINR2_FLTSD_0) |
fFLTS=fHRTIM / 8
Definition at line 1718 of file stm32f30x_hrtim.h.
#define IS_HRTIM_FAULTPRESCALER | ( | FAULTPRESCALER | ) |
Definition at line 1720 of file stm32f30x_hrtim.h.