![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_TMR_EnableExternalClock (TMR_TypeDef *TMRx) |
| Enable external clock mode 2. | |
| __STATIC_INLINE void | DDL_TMR_DisableExternalClock (TMR_TypeDef *TMRx) |
| Disable external clock mode 2. | |
| __STATIC_INLINE uint32_t | DDL_TMR_IsEnabledExternalClock (TMR_TypeDef *TMRx) |
| Indicate whether external clock mode 2 is enabled. | |
| __STATIC_INLINE void | DDL_TMR_SetClockSource (TMR_TypeDef *TMRx, uint32_t ClockSource) |
| Set the clock source of the counter clock. | |
| __STATIC_INLINE void | DDL_TMR_SetEncoderMode (TMR_TypeDef *TMRx, uint32_t EncoderMode) |
| Set the encoder interface mode. | |
| __STATIC_INLINE void DDL_TMR_DisableExternalClock | ( | TMR_TypeDef * | TMRx | ) |
Disable external clock mode 2.
| TMRx | Timer instance |
| None |
Definition at line 2386 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_EnableExternalClock | ( | TMR_TypeDef * | TMRx | ) |
Enable external clock mode 2.
| TMRx | Timer instance |
| None |
Definition at line 2374 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE uint32_t DDL_TMR_IsEnabledExternalClock | ( | TMR_TypeDef * | TMRx | ) |
Indicate whether external clock mode 2 is enabled.
| TMRx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 2398 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_SetClockSource | ( | TMR_TypeDef * | TMRx, |
| uint32_t | ClockSource ) |
Set the clock source of the counter clock.
| TMRx | Timer instance |
| ClockSource | This parameter can be one of the following values: |
| None |
Definition at line 2420 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_SetEncoderMode | ( | TMR_TypeDef * | TMRx, |
| uint32_t | EncoderMode ) |
Set the encoder interface mode.
| TMRx | Timer instance |
| EncoderMode | This parameter can be one of the following values: |
| None |
Definition at line 2436 of file g32r4xx_ddl_tmr.h.