![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_LPTMR_Enable (LPTMR_TypeDef *LPTMRx) |
| Enable low power timer. | |
| __STATIC_INLINE void | DDL_LPTMR_Disable (LPTMR_TypeDef *LPTMRx) |
| Disable low power timer. | |
| __STATIC_INLINE void | DDL_LPTMR_EnableClk (void) |
| Enable low power timer clock. | |
| __STATIC_INLINE void | DDL_LPTMR_DisableClk (void) |
| Disable low power timer clock. | |
| __STATIC_INLINE void | DDL_LPTMR_SetPrescaler (LPTMR_TypeDef *LPTMRx, uint32_t Prescaler) |
| Set the prescaler value. | |
| __STATIC_INLINE uint32_t | DDL_LPTMR_GetPrescaler (LPTMR_TypeDef *LPTMRx) |
| Get the prescaler value. | |
| __STATIC_INLINE void | DDL_LPTMR_SetWakeUpValue (LPTMR_TypeDef *LPTMRx, uint32_t Value) |
| Set the wake up value. | |
| __STATIC_INLINE uint32_t | DDL_LPTMR_GetWakeUpValue (LPTMR_TypeDef *LPTMRx) |
| Get the wake up value. | |
| __STATIC_INLINE void DDL_LPTMR_Disable | ( | LPTMR_TypeDef * | LPTMRx | ) |
Disable low power timer.
| LPTMRx | LPTimer instance |
| None |
Definition at line 174 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE void DDL_LPTMR_DisableClk | ( | void | ) |
Disable low power timer clock.
| None |
| None |
Definition at line 194 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE void DDL_LPTMR_Enable | ( | LPTMR_TypeDef * | LPTMRx | ) |
Enable low power timer.
| LPTMRx | LPTimer instance |
| None |
Definition at line 164 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE void DDL_LPTMR_EnableClk | ( | void | ) |
Enable low power timer clock.
| None |
| None |
Definition at line 184 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE uint32_t DDL_LPTMR_GetPrescaler | ( | LPTMR_TypeDef * | LPTMRx | ) |
Get the prescaler value.
| LPTMRx | LPTimer instance |
| Prescaler | value between Min_Data=0 and Max_Data=15 |
Definition at line 216 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE uint32_t DDL_LPTMR_GetWakeUpValue | ( | LPTMR_TypeDef * | LPTMRx | ) |
Get the wake up value.
| LPTMRx | LPTimer instance |
| Auto-reload | value |
Definition at line 239 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE void DDL_LPTMR_SetPrescaler | ( | LPTMR_TypeDef * | LPTMRx, |
| uint32_t | Prescaler ) |
Set the prescaler value.
| LPTMRx | LPTimer instance |
| Prescaler | between Min_Data=0 and Max_Data=15 |
| None |
Definition at line 206 of file g32r4xx_ddl_lptmr.h.
| __STATIC_INLINE void DDL_LPTMR_SetWakeUpValue | ( | LPTMR_TypeDef * | LPTMRx, |
| uint32_t | Value ) |
Set the wake up value.
| LPTMRx | LPTimer instance |
| Value | between Min_Data=0 and Max_Data=65535 |
| None |
Definition at line 227 of file g32r4xx_ddl_lptmr.h.