HomeSort by: relevance | last modified time | path
    Searched refs:MODE1_SLEEP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
pca9685reg.h 106 #define MODE1_SLEEP 0x10 /* 1 = low power mode, oscillator off */
pca9685.c 398 mode1 |= MODE1_SLEEP;
429 mode1 &= ~MODE1_SLEEP;

Completed in 115 milliseconds