Macros

Constants defining whether or not the push-pull mode is enabled for a timer. More...

Collaboration diagram for HRTIM_TimerPushPullMode:

Macros

#define HRTIM_TIMPUSHPULLMODE_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_TIMPUSHPULLMODE_ENABLED   ((uint32_t)HRTIM_TIMCR_PSHPLL)
 
#define IS_HRTIM_TIMPUSHPULLMODE(TIMPUSHPULLMODE)
 

Detailed Description

Constants defining whether or not the push-pull mode is enabled for a timer.

Macro Definition Documentation

#define HRTIM_TIMPUSHPULLMODE_DISABLED   ((uint32_t)0x00000000)

Push-Pull mode disabled

Definition at line 738 of file stm32f30x_hrtim.h.

#define HRTIM_TIMPUSHPULLMODE_ENABLED   ((uint32_t)HRTIM_TIMCR_PSHPLL)

Push-Pull mode enabled

Definition at line 739 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMPUSHPULLMODE (   TIMPUSHPULLMODE)
Value:
(((TIMPUSHPULLMODE) == HRTIM_TIMPUSHPULLMODE_DISABLED) || \
((TIMPUSHPULLMODE) == HRTIM_TIMPUSHPULLMODE_ENABLED))
#define HRTIM_TIMPUSHPULLMODE_ENABLED
#define HRTIM_TIMPUSHPULLMODE_DISABLED

Definition at line 741 of file stm32f30x_hrtim.h.



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