HomeSort by relevance Sort by last modified time
    Searched full:onbit (Results 1 - 1 of 1) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.cxx 243 uint8_t onbit = (readByte(regoff + 1) & 0x10); local
245 time = (time & 0x0fff) | (onbit << 8);

Completed in 493 milliseconds