Searched refs:AD7418_CONF_SHUTDOWN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/iicbus/
H A Dad7418.c58 #define AD7418_CONF_SHUTDOWN 0x01 macro
134 if (conf >= 0 && (conf & AD7418_CONF_SHUTDOWN))
135 ad7418_write_1(dev, AD7418_CONF, conf &~ AD7418_CONF_SHUTDOWN);

Completed in 102 milliseconds