|
STM32G474xx HAL User Manual
|
Constants defining on which output the signal is currently applied in push-pull mode. More...
Defines | |
| #define | LL_HRTIM_CPPSTAT_OUTPUT1 ((uint32_t) 0x00000000U) |
| #define | LL_HRTIM_CPPSTAT_OUTPUT2 (HRTIM_TIMISR_CPPSTAT) |
Constants defining on which output the signal is currently applied in push-pull mode.
| #define LL_HRTIM_CPPSTAT_OUTPUT1 ((uint32_t) 0x00000000U) |
Signal applied on output 1 and output 2 forced inactive
Definition at line 1176 of file stm32g4xx_ll_hrtim.h.
| #define LL_HRTIM_CPPSTAT_OUTPUT2 (HRTIM_TIMISR_CPPSTAT) |
Signal applied on output 2 and output 1 forced inactive
Definition at line 1177 of file stm32g4xx_ll_hrtim.h.
1.7.6.1