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

Functions

__STATIC_INLINE void DDL_RCM_SetSysClkSource (uint32_t Source)
 Configure System clock source.
__STATIC_INLINE uint32_t DDL_RCM_GetSysClkSource (void)
 Get System clock source.
__STATIC_INLINE void DDL_RCM_EnableSysClkSwitch (void)
 Enable System clock source switching.
__STATIC_INLINE void DDL_RCM_DisableSysClkSwitch (void)
 Disable System clock source switching.
__STATIC_INLINE uint32_t DDL_RCM_IsActiveFlag_SWDONE (void)
 Check if swtich done event occurred or not.
__STATIC_INLINE uint32_t DDL_RCM_IsActiveFlag_SWERR (void)
 Check if switch error event occurred or not.

Detailed Description

Function Documentation

◆ DDL_RCM_DisableSysClkSwitch()

__STATIC_INLINE void DDL_RCM_DisableSysClkSwitch ( void )

Disable System clock source switching.

Return values
None

Definition at line 1050 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_EnableSysClkSwitch()

__STATIC_INLINE void DDL_RCM_EnableSysClkSwitch ( void )

Enable System clock source switching.

Return values
None

Definition at line 1041 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_GetSysClkSource()

__STATIC_INLINE uint32_t DDL_RCM_GetSysClkSource ( void )

Get System clock source.

Return values
returnvalues can be one of the following values:

Definition at line 1032 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_IsActiveFlag_SWDONE()

__STATIC_INLINE uint32_t DDL_RCM_IsActiveFlag_SWDONE ( void )

Check if swtich done event occurred or not.

Return values
Stateof bit (1 or 0).

Definition at line 1059 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_IsActiveFlag_SWERR()

__STATIC_INLINE uint32_t DDL_RCM_IsActiveFlag_SWERR ( void )

Check if switch error event occurred or not.

Return values
Stateof bit (1 or 0).

Definition at line 1068 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_SetSysClkSource()

__STATIC_INLINE void DDL_RCM_SetSysClkSource ( uint32_t Source)

Configure System clock source.

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

Definition at line 1020 of file g32r4xx_ddl_rcm.h.