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

Functions

__STATIC_INLINE void DDL_RCM_EnableMCO (void)
 Enable clock output.
__STATIC_INLINE void DDL_RCM_DisableMCO (void)
 Disable clock output.
__STATIC_INLINE void DDL_RCM_ConfigMCO (uint32_t Source, uint32_t Prescaler)
 Configure MCOx.

Detailed Description

Function Documentation

◆ DDL_RCM_ConfigMCO()

__STATIC_INLINE void DDL_RCM_ConfigMCO ( uint32_t Source,
uint32_t Prescaler )

Configure MCOx.

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

Definition at line 1187 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_DisableMCO()

__STATIC_INLINE void DDL_RCM_DisableMCO ( void )

Disable clock output.

Return values
None

Definition at line 1165 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_EnableMCO()

__STATIC_INLINE void DDL_RCM_EnableMCO ( void )

Enable clock output.

Return values
None

Definition at line 1156 of file g32r4xx_ddl_rcm.h.