Searched defs:b_InputLevelSelection (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_Inp_cpt.c66 | unsigned char_ b_InputLevelSelection, |
82 | unsigned char_ b_InputLevelSelection : Input level selection |
109 b_InputLevelSelection =(unsigned char) data[1];
134 unsigned char b_InputLevelSelection; local
140 b_InputLevelSelection = (unsigned char) data[1];
168 if ((b_InputLevelSelection == 0)
169 || (b_InputLevelSelection == 1)) {
211 (1UL << (8 + b_PulseEncoderNbr)))) | ((1UL & (~b_InputLevelSelection)) << (8 + b_PulseEncoderNbr));

Completed in 25 milliseconds