STM32H735xx HAL User Manual
Defines
Prescaler Value
LPTIM Exported Constants

Defines

#define LL_LPTIM_PRESCALER_DIV1   0x00000000U
#define LL_LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0
#define LL_LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1
#define LL_LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_0)
#define LL_LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2
#define LL_LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_0)
#define LL_LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_1)
#define LL_LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC

Define Documentation

#define LL_LPTIM_PRESCALER_DIV1   0x00000000U

Prescaler division factor is set to 1

Definition at line 179 of file stm32h7xx_ll_lptim.h.

Referenced by LL_LPTIM_StructInit().

#define LL_LPTIM_PRESCALER_DIV128   LPTIM_CFGR_PRESC

Prescaler division factor is set to 128

Definition at line 186 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV16   LPTIM_CFGR_PRESC_2

Prescaler division factor is set to 16

Definition at line 183 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV2   LPTIM_CFGR_PRESC_0

Prescaler division factor is set to 2

Definition at line 180 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV32   (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_0)

Prescaler division factor is set to 32

Definition at line 184 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV4   LPTIM_CFGR_PRESC_1

Prescaler division factor is set to 4

Definition at line 181 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV64   (LPTIM_CFGR_PRESC_2 | LPTIM_CFGR_PRESC_1)

Prescaler division factor is set to 64

Definition at line 185 of file stm32h7xx_ll_lptim.h.

#define LL_LPTIM_PRESCALER_DIV8   (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_0)

Prescaler division factor is set to 8

Definition at line 182 of file stm32h7xx_ll_lptim.h.