Go to the source code of this file.
Functions |
| void | aiClearFifo (tMSeries *board) |
| void | adcReset (tMSeries *board) |
| void | aiReset (tMSeries *board) |
| void | aiPersonalize (tMSeries *board, tMSeries::tAI_Output_Control::tAI_CONVERT_Output_Select convertOutputSelect) |
| void | aiDisarm (tMSeries *board) |
| void | aiClearConfigurationMemory (tMSeries *board) |
| void | aiConfigureChannel (tMSeries *board, u16 channel, u16 gain, tMSeries::tAI_Config_FIFO_Data::tAI_Config_Polarity polarity, tMSeries::tAI_Config_FIFO_Data::tAI_Config_Channel_Type channelType, tBoolean lastChannel) |
| void | aiEnvironmentalize (tMSeries *board) |
| void | aiSetFifoRequestMode (tMSeries *board) |
| void | aiHardwareGating (tMSeries *board) |
| void | aiTrigger (tMSeries *board, tMSeries::tAI_Trigger_Select::tAI_START1_Select startSource, tMSeries::tAI_Trigger_Select::tAI_START1_Polarity startPolarity, tMSeries::tAI_Trigger_Select::tAI_START2_Select refSource, tMSeries::tAI_Trigger_Select::tAI_START2_Polarity refPolarity) |
| void | aiSampleStop (tMSeries *board, tBoolean multiChannel) |
| void | aiNumberOfSamples (tMSeries *board, u32 postTriggerSamples, u32 preTriggerSamples, tBoolean continuous) |
| void | aiSampleStart (tMSeries *board, u32 periodDivisor, u32 delayDivisor, tMSeries::tAI_START_STOP_Select::tAI_START_Select source, tMSeries::tAI_START_STOP_Select::tAI_START_Polarity polarity) |
| void | aiConvert (tMSeries *board, u32 periodDivisor, u32 delayDivisor, tBoolean externalSampleClock) |
| void | aiArm (tMSeries *board, tBoolean armSI) |
| void | aiStart (tMSeries *board) |
| void | aiStartOnDemand (tMSeries *board) |
Function Documentation
| void aiClearConfigurationMemory |
( |
tMSeries * |
board | ) |
|
Definition at line 8 of file ai.cpp.
| void aiEnvironmentalize |
( |
tMSeries * |
board | ) |
|
| void aiHardwareGating |
( |
tMSeries * |
board | ) |
|
| void aiNumberOfSamples |
( |
tMSeries * |
board, |
|
|
u32 |
postTriggerSamples, |
|
|
u32 |
preTriggerSamples, |
|
|
tBoolean |
continuous |
|
) |
| |
| void aiSetFifoRequestMode |
( |
tMSeries * |
board | ) |
|
| void aiStartOnDemand |
( |
tMSeries * |
board | ) |
|