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

Functions

__STATIC_INLINE void DDL_RCM_LSE_EnableCSS (void)
 Enable the Clock Security System.
__STATIC_INLINE void DDL_RCM_LSE_DisableCSS (void)
 Disable the Clock Security System.
__STATIC_INLINE void DDL_RCM_LSE_Enable (void)
 Enable Low Speed External (LSE) crystal.
__STATIC_INLINE void DDL_RCM_LSE_Disable (void)
 Disable Low Speed External (LSE) crystal.
__STATIC_INLINE uint32_t DDL_RCM_LSE_IsReady (void)
 Check if LSE oscillator ready.
__STATIC_INLINE uint32_t DDL_RCM_LSE_IsByPass (void)
 Check if LSE oscillator byPass.

Detailed Description

Function Documentation

◆ DDL_RCM_LSE_Disable()

__STATIC_INLINE void DDL_RCM_LSE_Disable ( void )

Disable Low Speed External (LSE) crystal.

Return values
None

Definition at line 799 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_LSE_DisableCSS()

__STATIC_INLINE void DDL_RCM_LSE_DisableCSS ( void )

Disable the Clock Security System.

Return values
None

Definition at line 781 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_LSE_Enable()

__STATIC_INLINE void DDL_RCM_LSE_Enable ( void )

Enable Low Speed External (LSE) crystal.

Return values
None

Definition at line 790 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_LSE_EnableCSS()

__STATIC_INLINE void DDL_RCM_LSE_EnableCSS ( void )

Enable the Clock Security System.

Return values
None

Definition at line 772 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_LSE_IsByPass()

__STATIC_INLINE uint32_t DDL_RCM_LSE_IsByPass ( void )

Check if LSE oscillator byPass.

Return values
Stateof bit (1 or 0).

Definition at line 817 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_LSE_IsReady()

__STATIC_INLINE uint32_t DDL_RCM_LSE_IsReady ( void )

Check if LSE oscillator ready.

Return values
Stateof bit (1 or 0).

Definition at line 808 of file g32r4xx_ddl_rcm.h.