|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_LPTIM_TRIG_POLARITY_RISING LPTIM_CFGR_TRIGEN_0 |
| #define | LL_LPTIM_TRIG_POLARITY_FALLING LPTIM_CFGR_TRIGEN_1 |
| #define | LL_LPTIM_TRIG_POLARITY_RISING_FALLING LPTIM_CFGR_TRIGEN |
| #define LL_LPTIM_TRIG_POLARITY_FALLING LPTIM_CFGR_TRIGEN_1 |
LPTIM counter starts when a falling edge is detected
Definition at line 232 of file stm32h7xx_ll_lptim.h.
| #define LL_LPTIM_TRIG_POLARITY_RISING LPTIM_CFGR_TRIGEN_0 |
LPTIM counter starts when a rising edge is detected
Definition at line 231 of file stm32h7xx_ll_lptim.h.
| #define LL_LPTIM_TRIG_POLARITY_RISING_FALLING LPTIM_CFGR_TRIGEN |
LPTIM counter starts when a rising or a falling edge is detected
Definition at line 233 of file stm32h7xx_ll_lptim.h.
1.7.6.1