|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_LPTIM_CLK_POLARITY_RISING 0x00000000U |
| #define | LL_LPTIM_CLK_POLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
| #define | LL_LPTIM_CLK_POLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
| #define LL_LPTIM_CLK_POLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
The falling edge is the active edge used for counting
Definition at line 262 of file stm32h7xx_ll_lptim.h.
| #define LL_LPTIM_CLK_POLARITY_RISING 0x00000000U |
The rising edge is the active edge used for counting
Definition at line 261 of file stm32h7xx_ll_lptim.h.
| #define LL_LPTIM_CLK_POLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
Both edges are active edges
Definition at line 263 of file stm32h7xx_ll_lptim.h.
1.7.6.1