![]() |
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. | |
| __STATIC_INLINE void DDL_PMU_ClearFlag_Standby | ( | void | ) |
Clear standby flag.
| None |
| None |
Definition at line 326 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE void DDL_PMU_ClearFlag_WakeUp | ( | uint32_t | Pin | ) |
Clear pin wake up flag.
| Pin | this parameter can be one of the following values: |
| None |
Definition at line 306 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE uint32_t DDL_PMU_GetPinModeInStandby | ( | uint32_t | Pin | ) |
Get pin mode in standby mode.
| Pin | this parameter can be one of the following values: |
| return | values can be one of the following values: |
Definition at line 276 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_Standby | ( | void | ) |
Check if standby event occurred or not.
| None |
| State | of bit (1 or 0). |
Definition at line 316 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE uint32_t DDL_PMU_IsActiveFlag_WakeUp | ( | uint32_t | Pin | ) |
Check if pin wake up event occurred or not.
| Pin | this parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 292 of file g32r4xx_ddl_pmu.h.
| __STATIC_INLINE void DDL_PMU_SetPinModeInStandby | ( | uint32_t | Pin, |
| uint32_t | Mode ) |
Set pin mode in standby mode.
| Pin | this parameter can be one of the following values: |
| Mode | this parameter can be one of the following values: |
| None |
Definition at line 244 of file g32r4xx_ddl_pmu.h.