ConstThe first 7-bit address above the reserved block at the bottom of the range.
The lowest 7-bit address the specification keeps for itself.
Returns the address bytes a controller puts on the bus for a transfer.
The device address.
Optionaloptions: { read?: boolean; tenBit?: boolean }
read selects the direction, tenBit the address width.
One byte for a 7-bit address, two for a 10-bit one.
Reports whether an address falls in a range the specification reserves.
UM10204 reserves 0x00..=0x07 and 0x78..=0x7F, leaving 0x08..=0x77 for
ordinary devices.
The device address.
OptionaltenBit: boolean
Whether it is a 10-bit address, which is never reserved.
Whether the address is reserved.
I2C addressing per the NXP I2C-bus specification (UM10204).