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

/haiku/src/kits/debugger/util/
H A DBitBuffer.cpp26 uint8 ReadByte() function in struct:BitBuffer::BitReader
129 *buffer = reader.ReadByte();
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp53 OcoresI2c::ReadByte(OcoresI2cRegsCommand cmd, uint8& val) function in class:OcoresI2c
61 //dprintf("OcoresI2c::ReadByte(cmd: %#02x, val: %#02x)\n", cmd.val, val);
217 CHECK_RET(ReadByte({.stop = dataLength == 0}, *dataBuffer++));
H A Docores_i2c.h105 status_t ReadByte(OcoresI2cRegsCommand cmd, uint8& val);

Completed in 44 milliseconds