MSPM0C1105_C1106 Driver Library  2.05.00.05
Data Fields
DL_Timer_CompareTriggerConfig Struct Reference

Configuration struct for DL_Timer_initCompareTriggerMode. More...

#include <dl_timer.h>

Data Fields

DL_TIMER_COMPARE_MODE compareMode
 
uint32_t count
 
DL_TIMER_COMPARE_EDGE_DETECTION_MODE edgeDetectMode
 
DL_TIMER startTimer
 

Detailed Description

Configuration struct for DL_Timer_initCompareTriggerMode.

Field Documentation

§ compareMode

DL_TIMER_COMPARE_MODE DL_Timer_CompareTriggerConfig::compareMode

Selects capture mode. One of DL_TIMER_COMPARE_MODE

§ count

uint32_t DL_Timer_CompareTriggerConfig::count

Specifies the intial count value. In edge count mode this value will decrease everytime the configured edge detection mode is detected. The counter will be reset to this value after the reaching zero.

§ edgeDetectMode

DL_TIMER_COMPARE_EDGE_DETECTION_MODE DL_Timer_CompareTriggerConfig::edgeDetectMode

Specifies the edge detection mode. One of DL_TIMER_CAPTURE_EDGE_DETECTION_MODE

§ startTimer

DL_TIMER DL_Timer_CompareTriggerConfig::startTimer

Start timer after configuration. One of DL_TIMER


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