STM32H735xx HAL User Manual
Defines
RCCEx CRS SynchroPolarity
RCCEx Exported Constants

Defines

#define RCC_CRS_SYNC_POLARITY_RISING   (0x00000000U)
#define RCC_CRS_SYNC_POLARITY_FALLING   CRS_CFGR_SYNCPOL

Define Documentation

#define RCC_CRS_SYNC_POLARITY_FALLING   CRS_CFGR_SYNCPOL

Synchro Active on falling edge

Definition at line 1677 of file stm32h7xx_hal_rcc_ex.h.

#define RCC_CRS_SYNC_POLARITY_RISING   (0x00000000U)

Synchro Active on rising edge (default)

Definition at line 1676 of file stm32h7xx_hal_rcc_ex.h.