G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE void DDL_LPTMR_EnableIT_WakeUp (LPTMR_TypeDef *LPTMRx)
 Enable wake up interrupt (WK).
__STATIC_INLINE void DDL_LPTMR_DisableIT_WakeUp (LPTMR_TypeDef *LPTMRx)
 Disable wake up interrupt (WK).

Detailed Description

Function Documentation

◆ DDL_LPTMR_DisableIT_WakeUp()

__STATIC_INLINE void DDL_LPTMR_DisableIT_WakeUp ( LPTMR_TypeDef * LPTMRx)

Disable wake up interrupt (WK).

Parameters
LPTMRxLPTimer instance
Return values
None

Definition at line 321 of file g32r4xx_ddl_lptmr.h.

◆ DDL_LPTMR_EnableIT_WakeUp()

__STATIC_INLINE void DDL_LPTMR_EnableIT_WakeUp ( LPTMR_TypeDef * LPTMRx)

Enable wake up interrupt (WK).

Parameters
LPTMRxLPTimer instance
Return values
None

Definition at line 311 of file g32r4xx_ddl_lptmr.h.