synced with comedi.
This commit is contained in:
parent
6a0fc4a5e5
commit
a5cbc369a1
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ enum ni_gpct_mode_bits
|
|||
* INSN_CONFIG_SET_CLOCK_SRC when using NI general-purpose counters. */
|
||||
enum ni_gpct_clock_source_bits
|
||||
{
|
||||
NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x1f,
|
||||
NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x3f,
|
||||
NI_GPCT_TIMEBASE_1_CLOCK_SRC_BITS = 0x0,
|
||||
NI_GPCT_TIMEBASE_2_CLOCK_SRC_BITS = 0x1,
|
||||
NI_GPCT_TIMEBASE_3_CLOCK_SRC_BITS = 0x2,
|
||||
|
|
Loading…
Add table
Reference in a new issue