![]() |
![]() |
|
MSPM0C1105_C1106 Driver Library
2.05.01.00
|
Configuration struct for DL_Timer_initCaptureMode. More...
#include <dl_timer.h>
Data Fields | |
| DL_TIMER_CAPTURE_MODE | captureMode |
| uint32_t | period |
| DL_TIMER | startTimer |
| DL_TIMER_CAPTURE_EDGE_DETECTION_MODE | edgeCaptMode |
| DL_TIMER_INPUT_CHAN | inputChan |
| uint32_t | inputInvMode |
Configuration struct for DL_Timer_initCaptureMode.
| DL_TIMER_CAPTURE_MODE DL_Timer_CaptureConfig::captureMode |
Selects capture mode. One of DL_TIMER_CAPTURE_MODE
| uint32_t DL_Timer_CaptureConfig::period |
Specifies the capture period. period_actual=(period +1)T_TIMCLK where T_TIMCLK is the period of the timer source clock.
| DL_TIMER_CAPTURE_EDGE_DETECTION_MODE DL_Timer_CaptureConfig::edgeCaptMode |
Specifies the edge detection mode. One of DL_TIMER_CAPTURE_EDGE_DETECTION_MODE
| DL_TIMER_INPUT_CHAN DL_Timer_CaptureConfig::inputChan |
Selects input channel used for capture mode
| uint32_t DL_Timer_CaptureConfig::inputInvMode |
Specifies if input should be inverted. One of DL_TIMER_CC_INPUT_INV