![]() |
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. | |
| __STATIC_INLINE void DDL_PMU_DisablePVD | ( | void | ) |
| __STATIC_INLINE void DDL_PMU_EnablePVD | ( | void | ) |
| __STATIC_INLINE uint32_t DDL_PMU_GetPVDThreshold | ( | void | ) |
Get PVD threshold.
| None |
| return | values can between 0x0 to 0x7. |
Definition at line 490 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_PVDOutput | ( | void | ) |
Check if PVD output event occurred or not.
| None |
| State | of bit (1 or 0). |
Definition at line 500 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE void DDL_PMU_SetPVDThreshold | ( | uint32_t | Threshold | ) |
Set PVD threshold.
| Threshold | this parameter can between 0x0 to 0x7. |
| None |
Definition at line 480 of file g32r4xx_ddl_pmu.h.