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

Functions

__STATIC_INLINE void DDL_LPM_EnableSleep (void)
 Processor uses sleep as its low power mode.
__STATIC_INLINE void DDL_LPM_EnableDeepSleep (void)
 Processor uses deep sleep as its low power mode.
__STATIC_INLINE void DDL_LPM_EnableSleepOnExit (void)
 Configures sleep-on-exit when returning from Handler mode to Thread mode.
__STATIC_INLINE void DDL_LPM_DisableSleepOnExit (void)
 Do not sleep when returning to Thread mode.
__STATIC_INLINE void DDL_LPM_EnableEventOnPend (void)
 Enabled events and all interrupts, including disabled interrupts, can wakeup the processor.
__STATIC_INLINE void DDL_LPM_DisableEventOnPend (void)
 Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded.

Detailed Description

Function Documentation

◆ DDL_LPM_DisableEventOnPend()

__STATIC_INLINE void DDL_LPM_DisableEventOnPend ( void )

Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded.

Return values
None

Definition at line 254 of file g32r4xx_ddl_cortex.h.

◆ DDL_LPM_DisableSleepOnExit()

__STATIC_INLINE void DDL_LPM_DisableSleepOnExit ( void )

Do not sleep when returning to Thread mode.

Return values
None

Definition at line 232 of file g32r4xx_ddl_cortex.h.

◆ DDL_LPM_EnableDeepSleep()

__STATIC_INLINE void DDL_LPM_EnableDeepSleep ( void )

Processor uses deep sleep as its low power mode.

Return values
None

Definition at line 210 of file g32r4xx_ddl_cortex.h.

◆ DDL_LPM_EnableEventOnPend()

__STATIC_INLINE void DDL_LPM_EnableEventOnPend ( void )

Enabled events and all interrupts, including disabled interrupts, can wakeup the processor.

Return values
None

Definition at line 243 of file g32r4xx_ddl_cortex.h.

◆ DDL_LPM_EnableSleep()

__STATIC_INLINE void DDL_LPM_EnableSleep ( void )

Processor uses sleep as its low power mode.

Return values
None

Definition at line 200 of file g32r4xx_ddl_cortex.h.

◆ DDL_LPM_EnableSleepOnExit()

__STATIC_INLINE void DDL_LPM_EnableSleepOnExit ( void )

Configures sleep-on-exit when returning from Handler mode to Thread mode.

Note
Setting this bit to 1 enables an interrupt-driven application to avoid returning to an empty main application.
Return values
None

Definition at line 222 of file g32r4xx_ddl_cortex.h.