Sign in
gbmc
/
gbmcweb
/
2ca8674346aba04c41c752bc39cd2c431042ad52
/
.
/
tlbmc
/
i2c_common_config.proto
blob: 8a4dfc27ce4e75d9a544ea41bdd9eb709735ec9d [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
milotic_tlbmc
;
message
I2cCommonConfig
{
// The i2c logical bus number.
uint64
bus
=
1
;
// The i2c device address.
uint64
address
=
2
;
}