STM32L443xx HAL User Manual
Defines
Synchronization Signal Polarity
CRS Exported Constants

Defines

#define LL_CRS_SYNC_POLARITY_RISING   ((uint32_t)0x00U)
#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 stm32l4xx_ll_crs.h.

#define LL_CRS_SYNC_POLARITY_RISING   ((uint32_t)0x00U)

Synchro Active on rising edge (default)

Definition at line 106 of file stm32l4xx_ll_crs.h.