Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 714 Bytes

File metadata and controls

18 lines (12 loc) · 714 Bytes

class I2CDeviceIdentification

Member values

Member name Data type Description
device uint32 I2C device

Member functions

Function name Return type Input type Description
device() const uint32 void Returns the current value of device. If the device is not set, returns 0.
set_device() void uint32 Sets the value of device. After calling this, device() will return value.
clear_device() void void Clears the value of device. After calling this, device() will return the empty string/empty bytes.

Parent topic: InterconnectConfig (C++)