Macros

Constants defining whether or not chopper mode is enabled for a timer output. More...

Collaboration diagram for HRTIM_OutputChopperModeEnable:

Macros

#define HRTIM_OUTPUTCHOPPERMODE_DISABLED   (uint32_t)0x00000000
 
#define HRTIM_OUTPUTCHOPPERMODE_ENABLED   (HRTIM_OUTR_CHP1)
 
#define IS_HRTIM_OUTPUTCHOPPERMODE(OUTPUTCHOPPERMODE)
 

Detailed Description

Constants defining whether or not chopper mode is enabled for a timer output.

Macro Definition Documentation

#define HRTIM_OUTPUTCHOPPERMODE_DISABLED   (uint32_t)0x00000000

The output is not affected by the fault input

Definition at line 1175 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTCHOPPERMODE_ENABLED   (HRTIM_OUTR_CHP1)

Output at active level when in FAULT state

Definition at line 1176 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTCHOPPERMODE (   OUTPUTCHOPPERMODE)
Value:
(((OUTPUTCHOPPERMODE) == HRTIM_OUTPUTCHOPPERMODE_DISABLED) || \
((OUTPUTCHOPPERMODE) == HRTIM_OUTPUTCHOPPERMODE_ENABLED))
#define HRTIM_OUTPUTCHOPPERMODE_DISABLED
#define HRTIM_OUTPUTCHOPPERMODE_ENABLED

Definition at line 1178 of file stm32f30x_hrtim.h.



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