Macros

Constants defining whether or not fault the dead time insertion feature is enabled for a timer. More...

Collaboration diagram for HRTIM_TimerDeadtimeInsertion:

Macros

#define HRTIM_TIMDEADTIMEINSERTION_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_TIMDEADTIMEINSERTION_ENABLED   HRTIM_OUTR_DTEN
 
#define IS_HRTIM_TIMDEADTIMEINSERTION(TIMDEADTIMEINSERTION)
 

Detailed Description

Constants defining whether or not fault the dead time insertion feature is enabled for a timer.

Macro Definition Documentation

#define HRTIM_TIMDEADTIMEINSERTION_DISABLED   ((uint32_t)0x00000000)

Output 1 and output 2 signals are independent

Definition at line 785 of file stm32f30x_hrtim.h.

#define HRTIM_TIMDEADTIMEINSERTION_ENABLED   HRTIM_OUTR_DTEN

Deadtime is inserted between output 1 and output 2

Definition at line 786 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMDEADTIMEINSERTION (   TIMDEADTIMEINSERTION)
Value:
(((TIMDEADTIMEINSERTION) == HRTIM_TIMDEADTIMEINSERTION_DISABLED) || \
((TIMDEADTIMEINSERTION) == HRTIM_TIMDEADTIMEINSERTION_ENABLED))
#define HRTIM_TIMDEADTIMEINSERTION_ENABLED
#define HRTIM_TIMDEADTIMEINSERTION_DISABLED

Definition at line 788 of file stm32f30x_hrtim.h.



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