STM32G474xx HAL User Manual
Defines
CURRENT PUSH-PULL STATUS
HRTIM Exported Constants

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)

Detailed Description

Constants defining on which output the signal is currently applied in push-pull mode.


Define Documentation

#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.