G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Configure locking and unlocking on FLASH, including MAIN area, SYSINFO area, OPT area

Functions

__STATIC_INLINE void DDL_FLASH_SetWaitPeriod (uint32_t waitPeriod)
 Set flash wait period.
__STATIC_INLINE uint32_t DDL_FLASH_GetWaitPeriod (void)
 Get flash wait period.
__STATIC_INLINE void DDL_FLASH_MAIN_Lock (void)
 Lock the flash main storage area.
__STATIC_INLINE void DDL_FLASH_MAIN_UnLock (void)
 Unlock the flash main storage area.
__STATIC_INLINE void DDL_FLASH_OPT_Lock (void)
 Lock the flash opt storage area.
__STATIC_INLINE void DDL_FLASH_OPT_UnLock (void)
 Unlock the flash sysinfo storage area.

Detailed Description

Function Documentation

◆ DDL_FLASH_GetWaitPeriod()

◆ DDL_FLASH_MAIN_Lock()

__STATIC_INLINE void DDL_FLASH_MAIN_Lock ( void )

Lock the flash main storage area.

Return values
None

Definition at line 323 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_MAIN_UnLock()

__STATIC_INLINE void DDL_FLASH_MAIN_UnLock ( void )

Unlock the flash main storage area.

Return values
None

Definition at line 332 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_OPT_Lock()

__STATIC_INLINE void DDL_FLASH_OPT_Lock ( void )

Lock the flash opt storage area.

Return values
None

Definition at line 342 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_OPT_UnLock()

__STATIC_INLINE void DDL_FLASH_OPT_UnLock ( void )

Unlock the flash sysinfo storage area.

Return values
None

Definition at line 351 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_SetWaitPeriod()