STM32H735xx HAL User Manual
|
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 LPTIM_PRESCALER_DIV1 0x00000000U |
Definition at line 212 of file stm32h7xx_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 219 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV16 LPTIM_CFGR_PRESC_2 |
Definition at line 216 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV2 LPTIM_CFGR_PRESC_0 |
Definition at line 213 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV32 (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2) |
Definition at line 217 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV4 LPTIM_CFGR_PRESC_1 |
Definition at line 214 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV64 (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2) |
Definition at line 218 of file stm32h7xx_hal_lptim.h.
#define LPTIM_PRESCALER_DIV8 (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1) |
Definition at line 215 of file stm32h7xx_hal_lptim.h.