![]() |
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. | |
| __STATIC_INLINE void DDL_PMU_DisableWakeUpPin | ( | uint32_t | Pin | ) |
Disable pin wake up.
| Pin | this parameter can be one of the following values: |
| None |
Definition at line 184 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE void DDL_PMU_EnableWakeUpPin | ( | uint32_t | Pin | ) |
Enable pin wake up.
| Pin | this parameter can be one of the following values: |
| None |
Definition at line 170 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE uint32_t DDL_PMU_GetWakeUpPinPolarity | ( | uint32_t | Pin | ) |
Get wake up pin polarity.
| Pin | this parameter can be one of the following values: |
| return | values can be one of the following values: |
Definition at line 219 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE void DDL_PMU_SetWakeUpPinPolarity | ( | uint32_t | Pin, |
| uint32_t | Polarity ) |
Set wake up pin polarity.
| Pin | this parameter can be one of the following values: |
| Polarity | this parameter can be one of the following values: |
| None |
Definition at line 202 of file g32r4xx_ddl_pmu.h.