STM32H735xx HAL User Manual
Defines
Synchronization Signal Polarity
CRS Exported Constants

Defines

#define LL_CRS_SYNC_POLARITY_RISING   0x00000000U
#define LL_CRS_SYNC_POLARITY_FALLING   CRS_CFGR_SYNCPOL

Define Documentation

#define LL_CRS_SYNC_POLARITY_FALLING   CRS_CFGR_SYNCPOL

Synchro Active on falling edge

Definition at line 107 of file stm32h7xx_ll_crs.h.

#define LL_CRS_SYNC_POLARITY_RISING   0x00000000U

Synchro Active on rising edge (default)

Definition at line 106 of file stm32h7xx_ll_crs.h.