STM32L443xx HAL User Manual
|
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 LL_LPTIM_PRESCALER_DIV1 0x00000000U |
Prescaler division factor is set to 1
Definition at line 187 of file stm32l4xx_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 194 of file stm32l4xx_ll_lptim.h.
#define LL_LPTIM_PRESCALER_DIV16 LPTIM_CFGR_PRESC_2 |
Prescaler division factor is set to 16
Definition at line 191 of file stm32l4xx_ll_lptim.h.
#define LL_LPTIM_PRESCALER_DIV2 LPTIM_CFGR_PRESC_0 |
Prescaler division factor is set to 2
Definition at line 188 of file stm32l4xx_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 192 of file stm32l4xx_ll_lptim.h.
#define LL_LPTIM_PRESCALER_DIV4 LPTIM_CFGR_PRESC_1 |
Prescaler division factor is set to 4
Definition at line 189 of file stm32l4xx_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 193 of file stm32l4xx_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 190 of file stm32l4xx_ll_lptim.h.