![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RCM_EnableLSELeakageDetect (void) |
| Enable LSE leakage detection. | |
| __STATIC_INLINE void | DDL_RCM_DisableLSELeakageDetect (void) |
| Disable LSE leakage detection. | |
| __STATIC_INLINE uint32_t | DDL_RCM_IsEnabledLSELeakageDetect (void) |
| Check whether LSE leakage detection is enabled. | |
| __STATIC_INLINE void | DDL_RCM_SetLSEDrive (uint32_t Drive) |
| Set LSE drive capacity. | |
| __STATIC_INLINE uint32_t | DDL_RCM_GetLSEDrive (void) |
| Get LSE drive capacity. | |
| __STATIC_INLINE uint32_t | DDL_RCM_IsActiveFlag_LSELeakageDetect (void) |
| Get LSE leakage detection status. | |
| __STATIC_INLINE void | DDL_RCM_RequestLSEAutoTrim (void) |
| Request LSE leakage compensation automatic calibration. | |
| __STATIC_INLINE void | DDL_RCM_SetLSELeakageTrim (uint32_t Trim) |
| Set XIN port leakage compensation trim value. | |
| __STATIC_INLINE uint32_t | DDL_RCM_GetLSELeakageTrim (void) |
| Get XIN port leakage compensation trim value. | |
| __STATIC_INLINE void DDL_RCM_DisableLSELeakageDetect | ( | void | ) |
| __STATIC_INLINE void DDL_RCM_EnableLSELeakageDetect | ( | void | ) |
| __STATIC_INLINE uint32_t DDL_RCM_GetLSEDrive | ( | void | ) |
Get LSE drive capacity.
| Returned | value can be one of the following values: |
Definition at line 580 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_GetLSELeakageTrim | ( | void | ) |
Get XIN port leakage compensation trim value.
| Value | between Min_Data=0 and Max_Data=15 |
Definition at line 617 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_IsActiveFlag_LSELeakageDetect | ( | void | ) |
Get LSE leakage detection status.
| State | of bit (1 or 0). |
Definition at line 589 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_IsEnabledLSELeakageDetect | ( | void | ) |
Check whether LSE leakage detection is enabled.
| State | of bit (1 or 0). |
Definition at line 557 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_RequestLSEAutoTrim | ( | void | ) |
Request LSE leakage compensation automatic calibration.
| None |
Definition at line 598 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_SetLSEDrive | ( | uint32_t | Drive | ) |
Set LSE drive capacity.
| Drive | This parameter can be one of the following values: |
| None |
Definition at line 569 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_SetLSELeakageTrim | ( | uint32_t | Trim | ) |
Set XIN port leakage compensation trim value.
| Trim | Value between Min_Data=0 and Max_Data=15 |
| None |
Definition at line 608 of file g32r4xx_ddl_rcm.h.