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

Functions

__STATIC_INLINE uint32_t DDL_WWDT_IsActiveFlag_EWKUP (WWDT_TypeDef *WWDTx)
 Indicates if the WWDT Early Wakeup Interrupt Flag is set or not.
__STATIC_INLINE void DDL_WWDT_ClearFlag_EWKUP (WWDT_TypeDef *WWDTx)
 Clear WWDT Early Wakeup Interrupt Flag (EWIF).

Detailed Description

Function Documentation

◆ DDL_WWDT_ClearFlag_EWKUP()

__STATIC_INLINE void DDL_WWDT_ClearFlag_EWKUP ( WWDT_TypeDef * WWDTx)

Clear WWDT Early Wakeup Interrupt Flag (EWIF).

Parameters
WWDTxWWDT Instance
Return values
None

Definition at line 272 of file g32r4xx_ddl_wwdt.h.

◆ DDL_WWDT_IsActiveFlag_EWKUP()

__STATIC_INLINE uint32_t DDL_WWDT_IsActiveFlag_EWKUP ( WWDT_TypeDef * WWDTx)

Indicates if the WWDT Early Wakeup Interrupt Flag is set or not.

Note
This bit is set by hardware when the counter has reached the value 0x40. It must be cleared by software by writing 0. A write of 1 has no effect. This bit is also set if the interrupt is not enabled.
Parameters
WWDTxWWDT Instance
Return values
Stateof bit (1 or 0).

Definition at line 262 of file g32r4xx_ddl_wwdt.h.