![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_LPTMR_ClearFlag_WakeUp (LPTMR_TypeDef *LPTMRx) |
| Clear wake-up flag (WKF) by writing 0. | |
| __STATIC_INLINE uint32_t | DDL_LPTMR_IsActiveFlag_ReloadUpdate (LPTMR_TypeDef *LPTMRx) |
| Indicate whether reload update flag (RUF) is set. | |
| __STATIC_INLINE uint32_t | DDL_LPTMR_IsActiveFlag_PrescalerUpdate (LPTMR_TypeDef *LPTMRx) |
| Indicate whether prescaler update flag (PUF) is set. | |
| __STATIC_INLINE uint32_t | DDL_LPTMR_IsActiveFlag_WakeUp (LPTMR_TypeDef *LPTMRx) |
| Indicate whether wake up interrupt flag (WKF) is set (wake up interrupt is pending). | |
| __STATIC_INLINE void DDL_LPTMR_ClearFlag_WakeUp | ( | LPTMR_TypeDef * | LPTMRx | ) |
Clear wake-up flag (WKF) by writing 0.
| LPTMRx | LPTimer instance |
| None |
Definition at line 256 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE uint32_t DDL_LPTMR_IsActiveFlag_PrescalerUpdate | ( | LPTMR_TypeDef * | LPTMRx | ) |
Indicate whether prescaler update flag (PUF) is set.
| LPTMRx | LPTimer instance |
| State | of bit (1 or 0). |
Definition at line 283 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE uint32_t DDL_LPTMR_IsActiveFlag_ReloadUpdate | ( | LPTMR_TypeDef * | LPTMRx | ) |
Indicate whether reload update flag (RUF) is set.
| LPTMRx | LPTimer instance |
| State | of bit (1 or 0). |
Definition at line 273 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE uint32_t DDL_LPTMR_IsActiveFlag_WakeUp | ( | LPTMR_TypeDef * | LPTMRx | ) |
Indicate whether wake up interrupt flag (WKF) is set (wake up interrupt is pending).
| LPTMRx | LPTimer instance |
| State | of bit (1 or 0). |
Definition at line 293 of file g32r4xx_ddl_lptmr.h.