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.