![]() |
![]() |
|
MSPM0C110X Driver Library
2.05.00.05
|
Configuration struct for DL_Timer_initCompareMode. More...
#include <dl_timer.h>
Data Fields | |
| DL_TIMER_COMPARE_MODE | compareMode |
| uint32_t | count |
| DL_TIMER_COMPARE_EDGE_DETECTION_MODE | edgeDetectMode |
| DL_TIMER_INPUT_CHAN | inputChan |
| uint32_t | inputInvMode |
| DL_TIMER | startTimer |
Configuration struct for DL_Timer_initCompareMode.
| DL_TIMER_COMPARE_MODE DL_Timer_CompareConfig::compareMode |
Selects capture mode. One of DL_TIMER_COMPARE_MODE
| uint32_t DL_Timer_CompareConfig::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.
| DL_TIMER_COMPARE_EDGE_DETECTION_MODE DL_Timer_CompareConfig::edgeDetectMode |
Specifies the edge detection mode. One of DL_TIMER_CAPTURE_EDGE_DETECTION_MODE
| DL_TIMER_INPUT_CHAN DL_Timer_CompareConfig::inputChan |
Selects input channel used for compare mode. One of DL_TIMER_INPUT_CHAN
| uint32_t DL_Timer_CompareConfig::inputInvMode |
Specifies if input should be inverted. One of DL_TIMER_CC_INPUT_INV