Lines Matching refs:u_char
123 #define _LOBYTE(x) ((u_char)((x) & 0xFF))
124 #define _HIBYTE(x) ((u_char)((x) >> 8))
137 u_char Red;
138 u_char Green;
139 u_char Blue;
155 u_char a_bColor[3];
159 u_char bHi;
160 u_char bLo;
175 u_char *pb;
415 u_char bSensorOrder; /**< CCD color sequences, see _SENSORORDER */
416 u_char bSensorDistance; /**< CCD Color distance */
417 u_char bButtons; /**< Number of buttons */
418 u_char bCCD; /**< CCD ID */
431 u_char mode;
459 u_char bSensorConfiguration; /* 0x0b */
461 u_char bReg_0x0c;
462 u_char bReg_0x0d;
463 u_char bReg_0x0e;
464 u_char bReg_0x0f_Mono [10]; /* 0x0f to 0x18 */
465 u_char bReg_0x0f_Color [10]; /* 0x0f to 0x18 */
468 u_char bReg_0x26;
469 u_char bReg_0x27;
472 u_char bReg_0x29;
478 /* 0x1a & 0x1b, remember the u_char order is not Intel
489 u_char bOpticBlackStart; /* 0x1c */
490 u_char bOpticBlackEnd; /* 0x1d */
503 u_char bReg_0x45;
505 u_char bStepsToReverse; /* 0x50 */
506 u_char bReg_0x51;
507 u_char bReg_0x54;
508 u_char bReg_0x55;
509 u_char bReg_0x56;
510 u_char bReg_0x57;
511 u_char bReg_0x58;
512 u_char bReg_0x59;
513 u_char bReg_0x5a;
514 u_char bReg_0x5b;
515 u_char bReg_0x5c;
516 u_char bReg_0x5d;
517 u_char bReg_0x5e;
545 u_char a_bRegs[0x80]; /**< our global register file */
599 u_char bSource; /**< Reflection/Positive/Negative/Adf(SOURCE_xxx)*/
600 u_char bDataType; /**< Bw, Gray or Color (see _SCANDATATYPE) */
601 u_char bBitDepth; /**< 1/8/14 */
602 u_char bChannels; /**< Color or Gray */
603 u_char bCalibration; /**< 1 or 2: the origin.x is from CCD pixel 0 and
641 u_char* pbScanBufBegin;
642 u_char* pbScanBufEnd;
643 u_char* pbGetDataBuf;
659 u_char bLineDistance; /**< Color offset in specific dpi y */
662 u_char bLinesToSkip; /**< how many lines to skip at start */
674 u_char pwm; /**< PWM */
675 u_char pwm_duty; /**< PWM duty cycles */
676 u_char scan_lines_per_line; /**< lines to scan to obtain 1 real line
686 u_char pwm_fast; /**< PWM during fast movement */
687 u_char pwm_duty_fast; /**< PWM duty during fast movement */
688 u_char mclk_fast; /**< MCLK during fast movement */