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

Functions

__STATIC_INLINE void DDL_PMU_EnableWakeUpPin (uint32_t Pin)
 Enable pin wake up.
__STATIC_INLINE void DDL_PMU_DisableWakeUpPin (uint32_t Pin)
 Disable pin wake up.
__STATIC_INLINE void DDL_PMU_SetWakeUpPinPolarity (uint32_t Pin, uint32_t Polarity)
 Set wake up pin polarity.
__STATIC_INLINE uint32_t DDL_PMU_GetWakeUpPinPolarity (uint32_t Pin)
 Get wake up pin polarity.

Detailed Description

Function Documentation

◆ DDL_PMU_DisableWakeUpPin()

__STATIC_INLINE void DDL_PMU_DisableWakeUpPin ( uint32_t Pin)

Disable pin wake up.

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

Definition at line 184 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_EnableWakeUpPin()

__STATIC_INLINE void DDL_PMU_EnableWakeUpPin ( uint32_t Pin)

Enable pin wake up.

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

Definition at line 170 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_GetWakeUpPinPolarity()

__STATIC_INLINE uint32_t DDL_PMU_GetWakeUpPinPolarity ( uint32_t Pin)

Get wake up pin polarity.

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

Definition at line 219 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_SetWakeUpPinPolarity()

__STATIC_INLINE void DDL_PMU_SetWakeUpPinPolarity ( uint32_t Pin,
uint32_t Polarity )

Set wake up pin polarity.

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

Definition at line 202 of file g32r4xx_ddl_pmu.h.