![]() |
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. | |
| __STATIC_INLINE void DDL_RCM_HSE_Disable | ( | void | ) |
Disable HSE crystal oscillator (HSE ON).
| None |
Definition at line 740 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_HSE_DisableCSS | ( | void | ) |
Disable the Clock Security System.
| None |
Definition at line 723 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_HSE_Enable | ( | void | ) |
Enable HSE crystal oscillator (HSE ON).
| None |
Definition at line 731 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_HSE_EnableCSS | ( | void | ) |
Enable the Clock Security System.
| None |
Definition at line 714 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_HSE_IsByPass | ( | void | ) |
Check if HSE oscillator byPass.
| State | of bit (1 or 0). |
Definition at line 756 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_HSE_IsReady | ( | void | ) |
Check if HSE oscillator ready.
| State | of bit (1 or 0). |
Definition at line 748 of file g32r4xx_ddl_rcm.h.