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

Functions

__STATIC_INLINE void DDL_PMU_SetPinModeInStandby (uint32_t Pin, uint32_t Mode)
 Set pin mode in standby mode.
__STATIC_INLINE uint32_t DDL_PMU_GetPinModeInStandby (uint32_t Pin)
 Get pin mode in standby mode.
__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_WakeUp (uint32_t Pin)
 Check if pin wake up event occurred or not.
__STATIC_INLINE void DDL_PMU_ClearFlag_WakeUp (uint32_t Pin)
 Clear pin wake up flag.
__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_Standby (void)
 Check if standby event occurred or not.
__STATIC_INLINE void DDL_PMU_ClearFlag_Standby (void)
 Clear standby flag.

Detailed Description

Function Documentation

◆ DDL_PMU_ClearFlag_Standby()

__STATIC_INLINE void DDL_PMU_ClearFlag_Standby ( void )

Clear standby flag.

Parameters
None
Return values
None

Definition at line 326 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_ClearFlag_WakeUp()

__STATIC_INLINE void DDL_PMU_ClearFlag_WakeUp ( uint32_t Pin)

Clear pin wake up flag.

Parameters
Pinthis parameter can be one of the following values:
Return values
None

Definition at line 306 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_GetPinModeInStandby()

__STATIC_INLINE uint32_t DDL_PMU_GetPinModeInStandby ( uint32_t Pin)

Get pin mode in standby mode.

Parameters
Pinthis parameter can be one of the following values:
Return values
returnvalues can be one of the following values:

Definition at line 276 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_IsActiveFlag_Standby()

__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_Standby ( void )

Check if standby event occurred or not.

Parameters
None
Return values
Stateof bit (1 or 0).

Definition at line 316 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_IsActiveFlag_WakeUp()

__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_WakeUp ( uint32_t Pin)

Check if pin wake up event occurred or not.

Parameters
Pinthis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 292 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_SetPinModeInStandby()

__STATIC_INLINE void DDL_PMU_SetPinModeInStandby ( uint32_t Pin,
uint32_t Mode )

Set pin mode in standby mode.

Parameters
Pinthis parameter can be one of the following values:
Modethis parameter can be one of the following values:
Return values
None

Definition at line 244 of file g32r4xx_ddl_pmu.h.