STM32G474xx HAL User Manual
Defines
SYNCHRONIZATION OUTPUT POLARITY
HRTIM Exported Constants

Constants defining the routing and conditioning of the synchronization output event. More...

Defines

#define LL_HRTIM_SYNCOUT_DISABLED   0x00000000U
#define LL_HRTIM_SYNCOUT_POSITIVE_PULSE   (HRTIM_MCR_SYNC_OUT_1)
#define LL_HRTIM_SYNCOUT_NEGATIVE_PULSE   (HRTIM_MCR_SYNC_OUT_1 | HRTIM_MCR_SYNC_OUT_0)

Detailed Description

Constants defining the routing and conditioning of the synchronization output event.


Define Documentation

#define LL_HRTIM_SYNCOUT_DISABLED   0x00000000U

Synchronization output event is disabled

Definition at line 594 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_SYNCOUT_NEGATIVE_PULSE   (HRTIM_MCR_SYNC_OUT_1 | HRTIM_MCR_SYNC_OUT_0)

SCOUT pin has a high idle level and issues a negative pulse of 16 fHRTIM clock cycles length for the synchronization

Definition at line 596 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_SYNCOUT_POSITIVE_PULSE   (HRTIM_MCR_SYNC_OUT_1)

SCOUT pin has a low idle level and issues a positive pulse of 16 fHRTIM clock cycles length for the synchronization

Definition at line 595 of file stm32g4xx_ll_hrtim.h.