STM32H735xx HAL User Manual
Defines
LPTIM Clock Polarity
LPTIM Exported Constants

Defines

#define LPTIM_CLOCKPOLARITY_RISING   0x00000000U
#define LPTIM_CLOCKPOLARITY_FALLING   LPTIM_CFGR_CKPOL_0
#define LPTIM_CLOCKPOLARITY_RISING_FALLING   LPTIM_CFGR_CKPOL_1

Define Documentation

#define LPTIM_CLOCKPOLARITY_FALLING   LPTIM_CFGR_CKPOL_0

Definition at line 249 of file stm32h7xx_hal_lptim.h.

#define LPTIM_CLOCKPOLARITY_RISING   0x00000000U

Definition at line 248 of file stm32h7xx_hal_lptim.h.

#define LPTIM_CLOCKPOLARITY_RISING_FALLING   LPTIM_CFGR_CKPOL_1

Definition at line 250 of file stm32h7xx_hal_lptim.h.