Capture Parameters. More...
#include <Capture.h>
Data Fields | |
Capture_Mode | mode |
Capture_CallBackFxn | callbackFxn |
Capture_PeriodUnits | periodUnit |
Capture Parameters.
Capture parameters are used by the Capture_open() call. Default values for these parameters are set using Capture_Params_init().
Capture_Mode Capture_Params_::mode |
Mode to be used by the timer driver.
Capture_CallBackFxn Capture_Params_::callbackFxn |
Callback function called when a trigger event occurs.
Capture_PeriodUnits Capture_Params_::periodUnit |
Units used to specify the interval.