Macros

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

Collaboration diagram for HRTIM_ExternalFaultPrescaler:

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)
 

Detailed Description

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

Macro Definition Documentation

#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)
Value:
(((FAULTPRESCALER) == HRTIM_FAULTPRESCALER_DIV1) || \
((FAULTPRESCALER) == HRTIM_FAULTPRESCALER_DIV2) || \
((FAULTPRESCALER) == HRTIM_FAULTPRESCALER_DIV4) || \
((FAULTPRESCALER) == HRTIM_FAULTPRESCALER_DIV8))
#define HRTIM_FAULTPRESCALER_DIV4
#define HRTIM_FAULTPRESCALER_DIV8
#define HRTIM_FAULTPRESCALER_DIV1
#define HRTIM_FAULTPRESCALER_DIV2

Definition at line 1720 of file stm32f30x_hrtim.h.



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