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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h39 * PCF8574_BIT_READ_MASK takes in a byte from the device and the bit that
43 #define PCF8574_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) macro

Completed in 65 milliseconds