☰
I2cTargetAddress
Methods
write
In opentitanlib::test_utils::i2c_target
?
Type Definition
opentitanlib
::
test_utils
::
i2c_target
::
I2cTargetAddress
source
·
[
−
]
pub type I2cTargetAddress =
i2c_target_address_t
;
Implementations
§
source
§
impl
I2cTargetAddress
source
pub fn
write
(&self, uart: &dyn
Uart
) ->
Result
<
()
>