Home
last modified time | relevance | path

Searched refs:_CSmask (Results 1 – 6 of 6) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/extras/ds1307/
H A Dds1307.h86 unsigned int _addr_bytes = 1, unsigned int _CSmask = 0,
H A Dds1307.cc52 unsigned int _addr_bytes, unsigned int _CSmask, in I2C_RTC() argument
55 _addr_bytes, _CSmask, _BSmask, _BSshift) in I2C_RTC()
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Di2c-ee.h105 unsigned int _addr_bytes = 1, unsigned int _CSmask = 0,
H A Di2c-ee.cc424 unsigned int _addr_bytes, unsigned int _CSmask, in I2C_EE() argument
430 m_CSmask(_CSmask), // mask for chip select in command in I2C_EE()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dvcode.h397 #define _CSmask (GDK_CONTROL_MASK | GDK_SHIFT_MASK) macro
H A Dmainwindow.c1484 if ((m->state & _CSmask) == _Cmask) in mouse_event()