STM32L443xx 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 788 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_CRS_SYNC_POLARITY_RISING   0x00000000U

Synchro Active on rising edge (default)

Definition at line 787 of file stm32l4xx_hal_rcc_ex.h.