![]() |
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. | |
| __STATIC_INLINE void DDL_RCM_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal.
| None |
Definition at line 799 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_LSE_DisableCSS | ( | void | ) |
Disable the Clock Security System.
| None |
Definition at line 781 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal.
| None |
Definition at line 790 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_LSE_EnableCSS | ( | void | ) |
Enable the Clock Security System.
| None |
Definition at line 772 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_LSE_IsByPass | ( | void | ) |
Check if LSE oscillator byPass.
| State | of bit (1 or 0). |
Definition at line 817 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_LSE_IsReady | ( | void | ) |
Check if LSE oscillator ready.
| State | of bit (1 or 0). |
Definition at line 808 of file g32r4xx_ddl_rcm.h.