STM32L486xx HAL User Manual
Defines
IT Defines
LPTIM Exported Constants

IT defines which can be used with LL_LPTIM_ReadReg and LL_LPTIM_WriteReg functions. More...

Defines

#define LL_LPTIM_IER_CMPMIE   LPTIM_IER_CMPMIE
#define LL_LPTIM_IER_ARRMIE   LPTIM_IER_ARRMIE
#define LL_LPTIM_IER_EXTTRIGIE   LPTIM_IER_EXTTRIGIE
#define LL_LPTIM_IER_CMPOKIE   LPTIM_IER_CMPOKIE
#define LL_LPTIM_IER_ARROKIE   LPTIM_IER_ARROKIE
#define LL_LPTIM_IER_UPIE   LPTIM_IER_UPIE
#define LL_LPTIM_IER_DOWNIE   LPTIM_IER_DOWNIE

Detailed Description

IT defines which can be used with LL_LPTIM_ReadReg and LL_LPTIM_WriteReg functions.


Define Documentation

#define LL_LPTIM_IER_ARRMIE   LPTIM_IER_ARRMIE

Autoreload match Interrupt Enable

Definition at line 133 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_ARROKIE   LPTIM_IER_ARROKIE

Autoreload register update OK Interrupt Enable

Definition at line 136 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_CMPMIE   LPTIM_IER_CMPMIE

Compare match Interrupt Enable

Definition at line 132 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_CMPOKIE   LPTIM_IER_CMPOKIE

Compare register update OK Interrupt Enable

Definition at line 135 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_DOWNIE   LPTIM_IER_DOWNIE

Direction change to down Interrupt Enable

Definition at line 138 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_EXTTRIGIE   LPTIM_IER_EXTTRIGIE

External trigger valid edge Interrupt Enable

Definition at line 134 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_UPIE   LPTIM_IER_UPIE

Direction change to UP Interrupt Enable

Definition at line 137 of file stm32l4xx_ll_lptim.h.