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

Functions

__STATIC_INLINE void DDL_RCM_HSE_EnableCSS (void)
 Enable the Clock Security System.
__STATIC_INLINE void DDL_RCM_HSE_DisableCSS (void)
 Disable the Clock Security System.
__STATIC_INLINE void DDL_RCM_HSE_Enable (void)
 Enable HSE crystal oscillator (HSE ON).
__STATIC_INLINE void DDL_RCM_HSE_Disable (void)
 Disable HSE crystal oscillator (HSE ON).
__STATIC_INLINE uint32_t DDL_RCM_HSE_IsReady (void)
 Check if HSE oscillator ready.
__STATIC_INLINE uint32_t DDL_RCM_HSE_IsByPass (void)
 Check if HSE oscillator byPass.

Detailed Description

Function Documentation

◆ DDL_RCM_HSE_Disable()

__STATIC_INLINE void DDL_RCM_HSE_Disable ( void )

Disable HSE crystal oscillator (HSE ON).

Return values
None

Definition at line 740 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSE_DisableCSS()

__STATIC_INLINE void DDL_RCM_HSE_DisableCSS ( void )

Disable the Clock Security System.

Return values
None

Definition at line 723 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSE_Enable()

__STATIC_INLINE void DDL_RCM_HSE_Enable ( void )

Enable HSE crystal oscillator (HSE ON).

Return values
None

Definition at line 731 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSE_EnableCSS()

__STATIC_INLINE void DDL_RCM_HSE_EnableCSS ( void )

Enable the Clock Security System.

Return values
None

Definition at line 714 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSE_IsByPass()

__STATIC_INLINE uint32_t DDL_RCM_HSE_IsByPass ( void )

Check if HSE oscillator byPass.

Return values
Stateof bit (1 or 0).

Definition at line 756 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_HSE_IsReady()

__STATIC_INLINE uint32_t DDL_RCM_HSE_IsReady ( void )

Check if HSE oscillator ready.

Return values
Stateof bit (1 or 0).

Definition at line 748 of file g32r4xx_ddl_rcm.h.