STM32G474xx HAL User Manual
Defines
OUTPUT LEVEL
HRTIM Exported Constants

Constants defining the level of a timer output. More...

Defines

#define LL_HRTIM_OUT_LEVEL_INACTIVE   0x00000000U
#define LL_HRTIM_OUT_LEVEL_ACTIVE   ((uint32_t)0x00000001)

Detailed Description

Constants defining the level of a timer output.


Define Documentation

#define LL_HRTIM_OUT_LEVEL_ACTIVE   ((uint32_t)0x00000001)

Corresponds to a logic level 1 for a positive polarity (High) and to a logic level 0 for a negative polarity (Low)

Definition at line 1645 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_OUT_LEVEL_INACTIVE   0x00000000U

Corresponds to a logic level 0 for a positive polarity (High) and to a logic level 1 for a negative polarity (Low)

Definition at line 1644 of file stm32g4xx_ll_hrtim.h.