Constants defining division ratio between the timer clock frequency fHRTIM) and the external event signal sampling clock (fEEVS) used by the digital filters. More...
Macros | |
#define | HRTIM_EVENTPRESCALER_DIV1 ((uint32_t)0x00000000) |
#define | HRTIM_EVENTPRESCALER_DIV2 (HRTIM_EECR3_EEVSD_0) |
#define | HRTIM_EVENTPRESCALER_DIV4 (HRTIM_EECR3_EEVSD_1) |
#define | HRTIM_EVENTPRESCALER_DIV8 (HRTIM_EECR3_EEVSD_1 | HRTIM_EECR3_EEVSD_0) |
#define | IS_HRTIM_EVENTPRESCALER(EVENTPRESCALER) |
Constants defining division ratio between the timer clock frequency fHRTIM) and the external event signal sampling clock (fEEVS) used by the digital filters.
#define HRTIM_EVENTPRESCALER_DIV1 ((uint32_t)0x00000000) |
fEEVS=fHRTIM
Definition at line 1607 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTPRESCALER_DIV2 (HRTIM_EECR3_EEVSD_0) |
fEEVS=fHRTIM / 2
Definition at line 1608 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTPRESCALER_DIV4 (HRTIM_EECR3_EEVSD_1) |
fEEVS=fHRTIM / 4
Definition at line 1609 of file stm32f30x_hrtim.h.
#define HRTIM_EVENTPRESCALER_DIV8 (HRTIM_EECR3_EEVSD_1 | HRTIM_EECR3_EEVSD_0) |
fEEVS=fHRTIM / 8
Definition at line 1610 of file stm32f30x_hrtim.h.
#define IS_HRTIM_EVENTPRESCALER | ( | EVENTPRESCALER | ) |
Definition at line 1612 of file stm32f30x_hrtim.h.