Lines Matching defs:headerByte
160 uint8_t headerByte ;
201 headerByte = (uint8_t) BitBufferRead (bits, 4) ;
203 partialFrame = headerByte >> 3 ;
205 bytesShifted = (headerByte >> 1) & 0x3u ;
210 escapeFlag = headerByte & 0x1 ;
230 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
231 modeU = headerByte >> 4 ;
232 denShiftU = headerByte & 0xfu ;
234 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
235 pbFactorU = headerByte >> 5 ;
236 numU = headerByte & 0x1fu ;
354 headerByte = (uint8_t) BitBufferRead (bits, 4) ;
356 partialFrame = headerByte >> 3 ;
358 bytesShifted = (headerByte >> 1) & 0x3u ;
363 escapeFlag = headerByte & 0x1 ;
382 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
383 modeU = headerByte >> 4 ;
384 denShiftU = headerByte & 0xfu ;
386 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
387 pbFactorU = headerByte >> 5 ;
388 numU = headerByte & 0x1fu ;
392 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
393 modeV = headerByte >> 4 ;
394 denShiftV = headerByte & 0xfu ;
396 headerByte = (uint8_t) BitBufferRead (bits, 8) ;
397 pbFactorV = headerByte >> 5 ;
398 numV = headerByte & 0x1fu ;