Home | History | Annotate | Download | only in pending

Lines Matching refs:xF8

711     if ((buf[i + 1] & 0xF8) == 0xF0
712 && (buf[i + 3] & 0xF8) == 0xF8) {
722 buf[i + 3] = (uint8_t)(0xF8 | ((addr >> 8) & 0x07));