|
STM32G474xx HAL User Manual
|
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) |
Constants defining the level of a timer output.
| #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.
1.7.6.1