STM32L443xx HAL User Manual
Defines
LPTIM Clock Prescaler
LPTIM Exported Constants

Defines

#define LPTIM_PRESCALER_DIV1   0x00000000U
#define LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0
#define LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1
#define LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1)
#define LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2
#define LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2)
#define LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2)
#define LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC

Define Documentation

#define LPTIM_PRESCALER_DIV1   0x00000000U

Definition at line 233 of file stm32l4xx_hal_lptim.h.

Referenced by HAL_LPTIM_Encoder_Start(), and HAL_LPTIM_Encoder_Start_IT().

#define LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC

Definition at line 240 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2

Definition at line 237 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0

Definition at line 234 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2)

Definition at line 238 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1

Definition at line 235 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2)

Definition at line 239 of file stm32l4xx_hal_lptim.h.

#define LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1)

Definition at line 236 of file stm32l4xx_hal_lptim.h.