![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
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. | |
| __STATIC_INLINE uint32_t DDL_FLASH_GetWaitPeriod | ( | void | ) |
Get flash wait period.
Definition at line 314 of file g32r4xx_ddl_flash.h.
| __STATIC_INLINE void DDL_FLASH_MAIN_Lock | ( | void | ) |
Lock the flash main storage area.
| None |
Definition at line 323 of file g32r4xx_ddl_flash.h.
| __STATIC_INLINE void DDL_FLASH_MAIN_UnLock | ( | void | ) |
Unlock the flash main storage area.
| None |
Definition at line 332 of file g32r4xx_ddl_flash.h.
| __STATIC_INLINE void DDL_FLASH_OPT_Lock | ( | void | ) |
Lock the flash opt storage area.
| None |
Definition at line 342 of file g32r4xx_ddl_flash.h.
| __STATIC_INLINE void DDL_FLASH_OPT_UnLock | ( | void | ) |
Unlock the flash sysinfo storage area.
| None |
Definition at line 351 of file g32r4xx_ddl_flash.h.
| __STATIC_INLINE void DDL_FLASH_SetWaitPeriod | ( | uint32_t | waitPeriod | ) |
Set flash wait period.
| None |
Definition at line 288 of file g32r4xx_ddl_flash.h.