Macros

Constants defining the behavior of the output signal when the timer operates in basic output compare mode. More...

Collaboration diagram for HRTIM_BasicOCMode:

Macros

#define HRTIM_BASICOCMODE_ACTIVE   ((uint32_t)0x00000003)
 
#define HRTIM_BASICOCMODE_INACTIVE   ((uint32_t)0x00000002)
 
#define HRTIM_BASICOCMODE_TOGGLE   ((uint32_t)0x00000001)
 
#define IS_HRTIM_BASICOCMODE(BASICOCMODE)
 

Detailed Description

Constants defining the behavior of the output signal when the timer operates in basic output compare mode.

Macro Definition Documentation

#define HRTIM_BASICOCMODE_ACTIVE   ((uint32_t)0x00000003)

Output forced to inactive level when the timer counter reaches the compare value

Definition at line 949 of file stm32f30x_hrtim.h.

#define HRTIM_BASICOCMODE_INACTIVE   ((uint32_t)0x00000002)

Output forced to active level when the timer counter reaches the compare value

Definition at line 948 of file stm32f30x_hrtim.h.

#define HRTIM_BASICOCMODE_TOGGLE   ((uint32_t)0x00000001)

Output toggles when the timer counter reaches the compare value

Definition at line 947 of file stm32f30x_hrtim.h.

#define IS_HRTIM_BASICOCMODE (   BASICOCMODE)
Value:
(((BASICOCMODE) == HRTIM_BASICOCMODE_TOGGLE) || \
((BASICOCMODE) == HRTIM_BASICOCMODE_INACTIVE) || \
((BASICOCMODE) == HRTIM_BASICOCMODE_ACTIVE))
#define HRTIM_BASICOCMODE_INACTIVE
#define HRTIM_BASICOCMODE_TOGGLE
#define HRTIM_BASICOCMODE_ACTIVE

Definition at line 951 of file stm32f30x_hrtim.h.



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