STM32L443xx 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_CMPOKIE   LPTIM_IER_CMPOKIE
#define LL_LPTIM_IER_ARRMIE   LPTIM_IER_ARRMIE
#define LL_LPTIM_IER_EXTTRIGIE   LPTIM_IER_EXTTRIGIE
#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

Definition at line 126 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_ARROKIE   LPTIM_IER_ARROKIE

Autoreload register update OK

Definition at line 128 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_CMPMIE   LPTIM_IER_CMPMIE

Compare match

Definition at line 124 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_CMPOKIE   LPTIM_IER_CMPOKIE

Compare register update OK

Definition at line 125 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_DOWNIE   LPTIM_IER_DOWNIE

Counter direction change up to down

Definition at line 130 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_EXTTRIGIE   LPTIM_IER_EXTTRIGIE

External trigger edge event

Definition at line 127 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_IER_UPIE   LPTIM_IER_UPIE

Counter direction change down to up

Definition at line 129 of file stm32l4xx_ll_lptim.h.