STM32L486xx HAL User Manual
Defines
LPTIM Clock Polarity
LPTIM Exported Constants

Defines

#define LPTIM_CLOCKPOLARITY_RISING   ((uint32_t)0x00000000)
#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 261 of file stm32l4xx_hal_lptim.h.

#define LPTIM_CLOCKPOLARITY_RISING   ((uint32_t)0x00000000)

Definition at line 260 of file stm32l4xx_hal_lptim.h.

#define LPTIM_CLOCKPOLARITY_RISING_FALLING   LPTIM_CFGR_CKPOL_1

Definition at line 262 of file stm32l4xx_hal_lptim.h.