MSPM0GX51X Driver Library  2.05.00.05
Data Fields
DL_Timer_TimerConfig Struct Reference

Configuration struct for DL_Timer_initTimerMode. More...

#include <dl_timer.h>

Data Fields

DL_TIMER_TIMER_MODE timerMode
 
uint32_t period
 
DL_TIMER startTimer
 
DL_TIMER_INTERM_INT genIntermInt
 
uint32_t counterVal
 

Detailed Description

Configuration struct for DL_Timer_initTimerMode.

Field Documentation

§ timerMode

DL_TIMER_TIMER_MODE DL_Timer_TimerConfig::timerMode

One shot or Periodic mode configuration. One of DL_TIMER_TIMER_MODE

§ period

uint32_t DL_Timer_TimerConfig::period

Actual period will be period_actual=(period +1)T_TIMCLK where T_TIMCLK is the period of the timer source clock.

§ startTimer

DL_TIMER DL_Timer_TimerConfig::startTimer

Start timer after configuration DL_TIMER

§ genIntermInt

DL_TIMER_INTERM_INT DL_Timer_TimerConfig::genIntermInt

Generate intermediate counter interrupt DL_TIMER_INTERM_INT

§ counterVal

uint32_t DL_Timer_TimerConfig::counterVal

Counter value when intermediate interrupt should be generated. This member must be set to 0 when genIntermInt == DL_TIMER_INTERM_INT_DISABLED


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale