![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_TMR_SetTriggerOutput (TMR_TypeDef *TMRx, uint32_t TimerSynchronization) |
| Set the trigger output (TRGO) used for timer synchronization . | |
| __STATIC_INLINE void | DDL_TMR_SetSlaveMode (TMR_TypeDef *TMRx, uint32_t SlaveMode) |
| Set the synchronization mode of a slave timer. | |
| __STATIC_INLINE void | DDL_TMR_SetTriggerInput (TMR_TypeDef *TMRx, uint32_t TriggerInput) |
| Set the selects the trigger input to be used to synchronize the counter. | |
| __STATIC_INLINE void | DDL_TMR_EnableMasterSlaveMode (TMR_TypeDef *TMRx) |
| Enable the Master/Slave mode. | |
| __STATIC_INLINE void | DDL_TMR_DisableMasterSlaveMode (TMR_TypeDef *TMRx) |
| Disable the Master/Slave mode. | |
| __STATIC_INLINE uint32_t | DDL_TMR_IsEnabledMasterSlaveMode (TMR_TypeDef *TMRx) |
| Indicates whether the Master/Slave mode is enabled. | |
| __STATIC_INLINE void | DDL_TMR_ConfigETR (TMR_TypeDef *TMRx, uint32_t ETRPolarity, uint32_t ETRPrescaler, uint32_t ETRFilter) |
| Configure the external trigger (ETR) input. | |
| __STATIC_INLINE void DDL_TMR_ConfigETR | ( | TMR_TypeDef * | TMRx, |
| uint32_t | ETRPolarity, | ||
| uint32_t | ETRPrescaler, | ||
| uint32_t | ETRFilter ) |
Configure the external trigger (ETR) input.
| TMRx | Timer instance |
| ETRPolarity | This parameter can be one of the following values: |
| ETRPrescaler | This parameter can be one of the following values: |
| ETRFilter | This parameter can be one of the following values:
|
| None |
Definition at line 2575 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_DisableMasterSlaveMode | ( | TMR_TypeDef * | TMRx | ) |
Disable the Master/Slave mode.
| TMRx | Timer instance |
| None |
Definition at line 2526 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_EnableMasterSlaveMode | ( | TMR_TypeDef * | TMRx | ) |
Enable the Master/Slave mode.
| TMRx | Timer instance |
| None |
Definition at line 2514 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE uint32_t DDL_TMR_IsEnabledMasterSlaveMode | ( | TMR_TypeDef * | TMRx | ) |
Indicates whether the Master/Slave mode is enabled.
| TMRx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 2538 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_SetSlaveMode | ( | TMR_TypeDef * | TMRx, |
| uint32_t | SlaveMode ) |
Set the synchronization mode of a slave timer.
| TMRx | Timer instance |
| SlaveMode | This parameter can be one of the following values: |
| None |
Definition at line 2481 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_SetTriggerInput | ( | TMR_TypeDef * | TMRx, |
| uint32_t | TriggerInput ) |
Set the selects the trigger input to be used to synchronize the counter.
| TMRx | Timer instance |
| TriggerInput | This parameter can be one of the following values: |
| None |
Definition at line 2502 of file g32r4xx_ddl_tmr.h.
| __STATIC_INLINE void DDL_TMR_SetTriggerOutput | ( | TMR_TypeDef * | TMRx, |
| uint32_t | TimerSynchronization ) |
Set the trigger output (TRGO) used for timer synchronization .
| TMRx | Timer instance |
| TimerSynchronization | This parameter can be one of the following values: |
| None |
Definition at line 2464 of file g32r4xx_ddl_tmr.h.