/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/pcilib.h

  • Committer: Vasilii Chernov
  • Date: 2016-02-11 13:24:01 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160211132401-w37eyhdwxj87vvmv
Change no_set_check parameter name. Move Python wrap to separate directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    PCILIB_REGISTER_RW1C = 5,
55
55
    PCILIB_REGISTER_W1I = 8,                    /**< writting 1 inversts the bit, writting 0 keeps the value */
56
56
    PCILIB_REGISTER_RW1I = 9,
57
 
    PCILIB_REGISTER_NO_CHK = 16         /**< dont check register value after set*/
 
57
    PCILIB_REGISTER_INCONSISTENT = 0x1000               /**< dont check register value after set*/
58
58
} pcilib_register_mode_t;
59
59
 
60
60
typedef enum {