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

Functions

__STATIC_INLINE void DDL_PMU_EnablePVD (void)
 Enable PVD.
__STATIC_INLINE void DDL_PMU_DisablePVD (void)
 Disable PVD.
__STATIC_INLINE void DDL_PMU_SetPVDThreshold (uint32_t Threshold)
 Set PVD threshold.
__STATIC_INLINE uint32_t DDL_PMU_GetPVDThreshold (void)
 Get PVD threshold.
__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_PVDOutput (void)
 Check if PVD output event occurred or not.

Detailed Description

Function Documentation

◆ DDL_PMU_DisablePVD()

__STATIC_INLINE void DDL_PMU_DisablePVD ( void )

Disable PVD.

Parameters
None
Return values
None

Definition at line 470 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_EnablePVD()

__STATIC_INLINE void DDL_PMU_EnablePVD ( void )

Enable PVD.

Parameters
None
Return values
None

Definition at line 460 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_GetPVDThreshold()

__STATIC_INLINE uint32_t DDL_PMU_GetPVDThreshold ( void )

Get PVD threshold.

Parameters
None
Return values
returnvalues can between 0x0 to 0x7.

Definition at line 490 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_IsActiveFlag_PVDOutput()

__STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_PVDOutput ( void )

Check if PVD output event occurred or not.

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

Definition at line 500 of file g32r4xx_ddl_pmu.h.

◆ DDL_PMU_SetPVDThreshold()

__STATIC_INLINE void DDL_PMU_SetPVDThreshold ( uint32_t Threshold)

Set PVD threshold.

Parameters
Thresholdthis parameter can between 0x0 to 0x7.
Return values
None

Definition at line 480 of file g32r4xx_ddl_pmu.h.