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

Functions

__STATIC_INLINE void DDL_RCM_SetLowPowerMode (uint32_t Mode)
 Select the low power mode when enter deep sleep mode.
__STATIC_INLINE void DDL_RCM_SetSRAMLowPowerMode (uint32_t WorkMode)
 Configura the SRAM work mode when enter stop mode.
__STATIC_INLINE void DDL_RCM_EnableBackupWriteProtect (void)
 Enable the back up area write protect.
__STATIC_INLINE void DDL_RCM_DisableBackupWriteProtect (void)
 Disable the back up area write protect.

Detailed Description

Function Documentation

◆ DDL_RCM_DisableBackupWriteProtect()

__STATIC_INLINE void DDL_RCM_DisableBackupWriteProtect ( void )

Disable the back up area write protect.

Return values
None

Definition at line 1408 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_EnableBackupWriteProtect()

__STATIC_INLINE void DDL_RCM_EnableBackupWriteProtect ( void )

Enable the back up area write protect.

Return values
None

Definition at line 1399 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_SetLowPowerMode()

__STATIC_INLINE void DDL_RCM_SetLowPowerMode ( uint32_t Mode)

Select the low power mode when enter deep sleep mode.

Parameters
ModeThis parameter can be one of the following values:
Return values
None

Definition at line 1378 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_SetSRAMLowPowerMode()

__STATIC_INLINE void DDL_RCM_SetSRAMLowPowerMode ( uint32_t WorkMode)

Configura the SRAM work mode when enter stop mode.

Parameters
WorkModeThis parameter can be one of the following values:
Return values
None

Definition at line 1390 of file g32r4xx_ddl_rcm.h.