STM32L443xx HAL User Manual
Defines
Frequency Error Direction
CRS Exported Constants

Defines

#define LL_CRS_FREQ_ERROR_DIR_UP   ((uint32_t)0x00U)
#define LL_CRS_FREQ_ERROR_DIR_DOWN   ((uint32_t)CRS_ISR_FEDIR)

Define Documentation

#define LL_CRS_FREQ_ERROR_DIR_DOWN   ((uint32_t)CRS_ISR_FEDIR)

Downcounting direction, the actual frequency is below the target

Definition at line 116 of file stm32l4xx_ll_crs.h.

#define LL_CRS_FREQ_ERROR_DIR_UP   ((uint32_t)0x00U)

Upcounting direction, the actual frequency is above the target

Definition at line 115 of file stm32l4xx_ll_crs.h.