STM32L486xx HAL User Manual
Defines
Get Flags Defines
LPTIM Exported Constants

Flags defines which can be used with LL_LPTIM_ReadReg function. More...

Defines

#define LL_LPTIM_ISR_CMPM   LPTIM_ISR_CMPM
#define LL_LPTIM_ISR_ARRM   LPTIM_ISR_ARRM
#define LL_LPTIM_ISR_EXTTRIG   LPTIM_ISR_EXTTRIG
#define LL_LPTIM_ISR_CMPOK   LPTIM_ISR_CMPOK
#define LL_LPTIM_ISR_ARROK   LPTIM_ISR_ARROK
#define LL_LPTIM_ISR_UP   LPTIM_ISR_UP
#define LL_LPTIM_ISR_DOWN   LPTIM_ISR_DOWN

Detailed Description

Flags defines which can be used with LL_LPTIM_ReadReg function.


Define Documentation

#define LL_LPTIM_ISR_ARRM   LPTIM_ISR_ARRM

Autoreload match

Definition at line 118 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_ARROK   LPTIM_ISR_ARROK

Autoreload register update OK

Definition at line 121 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_CMPM   LPTIM_ISR_CMPM

Compare match

Definition at line 117 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_CMPOK   LPTIM_ISR_CMPOK

Compare register update OK

Definition at line 120 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_DOWN   LPTIM_ISR_DOWN

Counter direction change up to down

Definition at line 123 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_EXTTRIG   LPTIM_ISR_EXTTRIG

External trigger edge event

Definition at line 119 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_ISR_UP   LPTIM_ISR_UP

Counter direction change down to up

Definition at line 122 of file stm32l4xx_ll_lptim.h.