STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_CMPM (LPTIM_TypeDef *LPTIMx) |
Enable compare match interrupt (CMPMIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_CMPM (LPTIM_TypeDef *LPTIMx) |
Disable compare match interrupt (CMPMIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_CMPM (LPTIM_TypeDef *LPTIMx) |
Indicates whether the compare match interrupt (CMPMIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_ARRM (LPTIM_TypeDef *LPTIMx) |
Enable autoreload match interrupt (ARRMIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_ARRM (LPTIM_TypeDef *LPTIMx) |
Disable autoreload match interrupt (ARRMIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_ARRM (LPTIM_TypeDef *LPTIMx) |
Indicates whether the autoreload match interrupt (ARRMIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_EXTTRIG (LPTIM_TypeDef *LPTIMx) |
Enable external trigger valid edge interrupt (EXTTRIGIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_EXTTRIG (LPTIM_TypeDef *LPTIMx) |
Disable external trigger valid edge interrupt (EXTTRIGIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_EXTTRIG (LPTIM_TypeDef *LPTIMx) |
Indicates external trigger valid edge interrupt (EXTTRIGIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_CMPOK (LPTIM_TypeDef *LPTIMx) |
Enable compare register write completed interrupt (CMPOKIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_CMPOK (LPTIM_TypeDef *LPTIMx) |
Disable compare register write completed interrupt (CMPOKIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_CMPOK (LPTIM_TypeDef *LPTIMx) |
Indicates whether the compare register write completed interrupt (CMPOKIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_ARROK (LPTIM_TypeDef *LPTIMx) |
Enable autoreload register write completed interrupt (ARROKIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_ARROK (LPTIM_TypeDef *LPTIMx) |
Disable autoreload register write completed interrupt (ARROKIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_ARROK (LPTIM_TypeDef *LPTIMx) |
Indicates whether the autoreload register write completed interrupt (ARROKIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_UP (LPTIM_TypeDef *LPTIMx) |
Enable direction change to up interrupt (UPIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_UP (LPTIM_TypeDef *LPTIMx) |
Disable direction change to up interrupt (UPIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_UP (LPTIM_TypeDef *LPTIMx) |
Indicates whether the direction change to up interrupt (UPIE) is enabled. | |
__STATIC_INLINE void | LL_LPTIM_EnableIT_DOWN (LPTIM_TypeDef *LPTIMx) |
Enable direction change to down interrupt (DOWNIE). | |
__STATIC_INLINE void | LL_LPTIM_DisableIT_DOWN (LPTIM_TypeDef *LPTIMx) |
Disable direction change to down interrupt (DOWNIE). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledIT_DOWN (LPTIM_TypeDef *LPTIMx) |
Indicates whether the direction change to down interrupt (DOWNIE) is enabled. |
__STATIC_INLINE void LL_LPTIM_DisableIT_ARRM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable autoreload match interrupt (ARRMIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1297 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_ARROK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable autoreload register write completed interrupt (ARROKIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1396 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_CMPM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable compare match interrupt (CMPMIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1264 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_CMPOK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable compare register write completed interrupt (CMPOKIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1363 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_DOWN | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable direction change to down interrupt (DOWNIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1462 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable external trigger valid edge interrupt (EXTTRIGIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1330 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableIT_UP | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable direction change to up interrupt (UPIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1429 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_ARRM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable autoreload match interrupt (ARRMIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1286 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_ARROK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable autoreload register write completed interrupt (ARROKIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1385 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_CMPM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable compare match interrupt (CMPMIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1253 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_CMPOK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable compare register write completed interrupt (CMPOKIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1352 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_DOWN | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable direction change to down interrupt (DOWNIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1451 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable external trigger valid edge interrupt (EXTTRIGIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1319 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableIT_UP | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable direction change to up interrupt (UPIE).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1418 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_ARRM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the autoreload match interrupt (ARRMIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1308 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_ARROK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the autoreload register write completed interrupt (ARROKIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit(1 or 0). |
Definition at line 1407 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_CMPM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the compare match interrupt (CMPMIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1275 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_CMPOK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the compare register write completed interrupt (CMPOKIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1374 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_DOWN | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the direction change to down interrupt (DOWNIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit(1 or 0). |
Definition at line 1473 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates external trigger valid edge interrupt (EXTTRIGIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1341 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledIT_UP | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicates whether the direction change to up interrupt (UPIE) is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit(1 or 0). |
Definition at line 1440 of file stm32h7xx_ll_lptim.h.