![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RCM_LSI_Enable (void) |
| Enable LSI oscillator. | |
| __STATIC_INLINE void | DDL_RCM_LSI_Disable (void) |
| Disable LSI oscillator. | |
| __STATIC_INLINE uint32_t | DDL_RCM_LSI_IsReady (void) |
| Check if LSI clock is ready. | |
| __STATIC_INLINE void DDL_RCM_LSI_Disable | ( | void | ) |
Disable LSI oscillator.
| None |
Definition at line 650 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_LSI_Enable | ( | void | ) |
Enable LSI oscillator.
| None |
| None |
Definition at line 638 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_LSI_IsReady | ( | void | ) |
Check if LSI clock is ready.
| State | of bit (1 or 0). |
Definition at line 662 of file g32r4xx_ddl_rcm.h.