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

Functions

__STATIC_INLINE void DDL_RCM_HSI_Enable (void)
 Enable HSI oscillator.
__STATIC_INLINE void DDL_RCM_HSI_Disable (void)
 Disable HSI oscillator.
__STATIC_INLINE uint32_t DDL_RCM_HSI_IsReady (void)
 Check if HSI clock is ready.

Detailed Description

Function Documentation

◆ DDL_RCM_HSI_Disable()

__STATIC_INLINE void DDL_RCM_HSI_Disable ( void )

Disable HSI oscillator.

Return values
None

Definition at line 688 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSI_Enable()

__STATIC_INLINE void DDL_RCM_HSI_Enable ( void )

Enable HSI oscillator.

Return values
None

Definition at line 679 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSI_IsReady()

__STATIC_INLINE uint32_t DDL_RCM_HSI_IsReady ( void )

Check if HSI clock is ready.

Return values
Stateof bit (1 or 0).

Definition at line 697 of file g32r4xx_ddl_rcm.h.