Constants defining the level of a timer output. More...
Macros | |
#define | HRTIM_OUTPUTLEVEL_ACTIVE (uint32_t)0x00000001 |
#define | HRTIM_OUTPUTLEVEL_INACTIVE (uint32_t)0x00000002 |
#define | IS_HRTIM_OUTPUTLEVEL(OUTPUTLEVEL) |
Constants defining the level of a timer output.
#define HRTIM_OUTPUTLEVEL_ACTIVE (uint32_t)0x00000001 |
Forces the output to its active state
Definition at line 2140 of file stm32f30x_hrtim.h.
#define HRTIM_OUTPUTLEVEL_INACTIVE (uint32_t)0x00000002 |
Forces the output to its inactive state
Definition at line 2141 of file stm32f30x_hrtim.h.
#define IS_HRTIM_OUTPUTLEVEL | ( | OUTPUTLEVEL | ) |
Definition at line 2143 of file stm32f30x_hrtim.h.