![]() |
![]() |
|
MSPM0GX51X Driver Library
2.05.01.00
|
General Purpose Timer Advance (TIMA) Driver Library.

Go to the source code of this file.
Data Structures | |
| struct | DL_TimerA_backupConfig |
| Configuration structure to backup Timer A peripheral state before entering STOP or STANDBY mode. Used by DL_TimerA_saveConfiguration and DL_TimerA_restoreConfiguration. More... | |
Typedefs | |
| typedef DL_Timer_PWMConfig | DL_TimerA_PWMConfig |
| Redirects to common DL_Timer_PWMConfig. | |
| typedef DL_Timer_ClockConfig | DL_TimerA_ClockConfig |
| Redirects to common DL_Timer_ClockConfig. | |
| typedef DL_Timer_TimerConfig | DL_TimerA_TimerConfig |
| Redirects to common DL_Timer_TimerConfig. | |
| typedef DL_Timer_CaptureConfig | DL_TimerA_CaptureConfig |
| Redirects to common DL_Timer_CaptureConfig. | |
| typedef DL_Timer_CaptureTriggerConfig | DL_TimerA_CaptureTriggerConfig |
| Redirects to common DL_Timer_CaptureTriggerConfig. | |
| typedef DL_Timer_CaptureCombinedConfig | DL_TimerA_CaptureCombinedConfig |
| Redirects to common DL_Timer_CaptureCombinedConfig. | |
| typedef DL_Timer_CompareConfig | DL_TimerA_CompareConfig |
| Redirects to common DL_Timer_CompareConfig. | |
| typedef DL_Timer_CompareTriggerConfig | DL_TimerA_CompareTriggerConfig |
| Redirects to common DL_Timer_CompareTriggerConfig. | |
Functions | |
| bool | DL_TimerA_saveConfiguration (const GPTIMER_Regs *gptimer, DL_TimerA_backupConfig *ptr) |
| Saves TimerA configuration before entering STOP or STANDBY mode. Timer must be in IDLE state before calling this API. Timer can be put IDLE state by calling DL_TimerA_stopCounter. More... | |
| bool | DL_TimerA_restoreConfiguration (GPTIMER_Regs *gptimer, DL_TimerA_backupConfig *ptr, bool restoreCounter) |
| Restore TimerA configuration after leaving a STOP or STANDBY mode. More... | |