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

Functions

__STATIC_INLINE void DDL_FLASH_CacheReset (void)
 Cache reset.
__STATIC_INLINE uint32_t DDL_FLASH_CacheResetOngoing (void)
 Cache reset.
__STATIC_INLINE void DDL_FLASH_EnableCachePreloadMode (void)
 Enable cache preload mode.
__STATIC_INLINE void DDL_FLASH_DisableCachePreloadMode (void)
 Disable cache preload mode.
__STATIC_INLINE uint32_t DDL_FLASH_CachePreloadModeIsEnabled (void)
 Get cache preload mode status.

Detailed Description

Function Documentation

◆ DDL_FLASH_CachePreloadModeIsEnabled()

__STATIC_INLINE uint32_t DDL_FLASH_CachePreloadModeIsEnabled ( void )

Get cache preload mode status.

Return values
1or 0.

Definition at line 844 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_CacheReset()

__STATIC_INLINE void DDL_FLASH_CacheReset ( void )

Cache reset.

Return values
None.

Definition at line 808 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_CacheResetOngoing()

__STATIC_INLINE uint32_t DDL_FLASH_CacheResetOngoing ( void )

Cache reset.

Return values
1or 0.

Definition at line 817 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_DisableCachePreloadMode()

__STATIC_INLINE void DDL_FLASH_DisableCachePreloadMode ( void )

Disable cache preload mode.

Return values
None.

Definition at line 835 of file g32r4xx_ddl_flash.h.

◆ DDL_FLASH_EnableCachePreloadMode()

__STATIC_INLINE void DDL_FLASH_EnableCachePreloadMode ( void )

Enable cache preload mode.

Return values
None.

Definition at line 826 of file g32r4xx_ddl_flash.h.