Macros

Constants defining division ratio between the timer clock frequency fHRTIM) and the external event signal sampling clock (fEEVS) used by the digital filters. More...

Collaboration diagram for ExternalEventPrescaler:

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)
 

Detailed Description

Constants defining division ratio between the timer clock frequency fHRTIM) and the external event signal sampling clock (fEEVS) used by the digital filters.

Macro Definition Documentation

#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)
Value:
(((EVENTPRESCALER) == HRTIM_EVENTPRESCALER_DIV1) || \
((EVENTPRESCALER) == HRTIM_EVENTPRESCALER_DIV2) || \
((EVENTPRESCALER) == HRTIM_EVENTPRESCALER_DIV4) || \
((EVENTPRESCALER) == HRTIM_EVENTPRESCALER_DIV8))
#define HRTIM_EVENTPRESCALER_DIV2
#define HRTIM_EVENTPRESCALER_DIV4
#define HRTIM_EVENTPRESCALER_DIV8
#define HRTIM_EVENTPRESCALER_DIV1

Definition at line 1612 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56