|
STM32G474xx HAL用户手册
|
定义 | |
| #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 |
定义于文件 213 行,文件 stm32g4xx_hal_lptim.h。
被引用: HAL_LPTIM_Encoder_Start(),以及 HAL_LPTIM_Encoder_Start_IT()。
| #define LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC |
定义于文件 220 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV16 LPTIM_CFGR_PRESC_2 |
定义于文件 217 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV2 LPTIM_CFGR_PRESC_0 |
定义于文件 214 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV32 (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_2) |
定义于文件 218 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV4 LPTIM_CFGR_PRESC_1 |
定义于文件 215 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV64 (LPTIM_CFGR_PRESC_1 | LPTIM_CFGR_PRESC_2) |
定义于文件 219 行,文件 stm32g4xx_hal_lptim.h。
| #define LPTIM_PRESCALER_DIV8 (LPTIM_CFGR_PRESC_0 | LPTIM_CFGR_PRESC_1) |
定义于文件 216 行,文件 stm32g4xx_hal_lptim.h。
1.7.6.1