G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
De-initialization function

Functions

ErrorStatus DDL_RCM_DeInit (void)
 Reset the RCM clock configuration to the default reset state.

Detailed Description

Function Documentation

◆ DDL_RCM_DeInit()

ErrorStatus DDL_RCM_DeInit ( void )

Reset the RCM clock configuration to the default reset state.

Note
The default reset state of the clock configuration is given below:
  • HSI ON and used as system clock source
  • HSE and PLL OFF
  • AHB, APB1 and APB2 prescaler set to 1.
  • CSS, MCO OFF
  • All interrupts disabled
This function doesn't modify the configuration of the
  • Peripheral clocks
  • LSI, LSE and RTC clocks
Return values
AnErrorStatus enumeration value:
  • SUCCESS: RCM registers are de-initialized
  • ERROR: not applicable

Definition at line 109 of file g32r4xx_ddl_rcm.c.