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

Functions

__STATIC_INLINE void DDL_WWDT_EnableIT_EWKUP (WWDT_TypeDef *WWDTx)
 Enable the Early Wakeup Interrupt.
__STATIC_INLINE uint32_t DDL_WWDT_IsEnabledIT_EWKUP (WWDT_TypeDef *WWDTx)
 Check if Early Wakeup Interrupt is enabled.

Detailed Description

Function Documentation

◆ DDL_WWDT_EnableIT_EWKUP()

__STATIC_INLINE void DDL_WWDT_EnableIT_EWKUP ( WWDT_TypeDef * WWDTx)

Enable the Early Wakeup Interrupt.

Note
When set, an interrupt occurs whenever the counter reaches value 0x40. This interrupt is only cleared by hardware after a reset
Parameters
WWDTxWWDT Instance
Return values
None

Definition at line 291 of file g32r4xx_ddl_wwdt.h.

◆ DDL_WWDT_IsEnabledIT_EWKUP()

__STATIC_INLINE uint32_t DDL_WWDT_IsEnabledIT_EWKUP ( WWDT_TypeDef * WWDTx)

Check if Early Wakeup Interrupt is enabled.

Parameters
WWDTxWWDT Instance
Return values
Stateof bit (1 or 0).

Definition at line 301 of file g32r4xx_ddl_wwdt.h.