|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LPTIM_CLOCKPOLARITY_RISING 0x00000000U |
| #define | LPTIM_CLOCKPOLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
| #define | LPTIM_CLOCKPOLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
| #define LPTIM_CLOCKPOLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
定义于文件 stm32g4xx_hal_lptim.h 的第 250 行。
| #define LPTIM_CLOCKPOLARITY_RISING 0x00000000U |
定义于文件 stm32g4xx_hal_lptim.h 的第 249 行。
| #define LPTIM_CLOCKPOLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
定义于文件 stm32g4xx_hal_lptim.h 的第 251 行。
1.7.6.1