synced with comedi.
This commit is contained in:
parent
464fb550cc
commit
c73ce599a6
1 changed files with 8 additions and 0 deletions
|
@ -830,6 +830,14 @@ static inline unsigned NI_AO_SCAN_BEGIN_SRC_RTSI(unsigned rtsi_channel)
|
||||||
return NI_USUAL_RTSI_SELECT(rtsi_channel);
|
return NI_USUAL_RTSI_SELECT(rtsi_channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Bits for setting a clock source with
|
||||||
|
* INSN_CONFIG_SET_CLOCK_SRC when using NI frequency output subdevice. */
|
||||||
|
enum ni_freq_out_clock_source_bits
|
||||||
|
{
|
||||||
|
NI_FREQ_OUT_TIMEBASE_1_DIV_2_CLOCK_SRC, // 10 MHz
|
||||||
|
NI_FREQ_OUT_TIMEBASE_2_CLOCK_SRC // 100 KHz
|
||||||
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue