Constants defining the behavior of the output signal when the timer operates in basic output compare mode. More...
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) |
Constants defining the behavior of the output signal when the timer operates in basic output compare mode.
#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 | ) |
Definition at line 951 of file stm32f30x_hrtim.h.