/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-09 16:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160209163211-j56vrnez4sbt9r1o
Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type

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
58
} pcilib_register_mode_t;
58
59
 
59
60
typedef enum {