Returns the address bytes a controller puts on the bus for a transfer.
A 7-bit address frames as the single byte (address << 1) | r/w; a 10-bit one
frames as two, the reserved 11110 prefix carrying the top two bits and the
read/write bit, then the low eight.
Returns the address bytes a controller puts on the bus for a transfer.
A 7-bit address frames as the single byte
(address << 1) | r/w; a 10-bit one frames as two, the reserved11110prefix carrying the top two bits and the read/write bit, then the low eight.