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

◆ HRTIM_TIMPUSHPULLMODE_DISABLED

#define HRTIM_TIMPUSHPULLMODE_DISABLED   ((uint32_t)0x00000000)

Push-Pull mode disabled

Definition at line 738 of file stm32f30x_hrtim.h.

◆ HRTIM_TIMPUSHPULLMODE_ENABLED

#define HRTIM_TIMPUSHPULLMODE_ENABLED   ((uint32_t)HRTIM_TIMCR_PSHPLL)

Push-Pull mode enabled

Definition at line 739 of file stm32f30x_hrtim.h.

◆ IS_HRTIM_TIMPUSHPULLMODE

#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 Mon Feb 28 2022 23:36:17