pub type I2cTransferStart = i2c_transfer_start_t;Aliased Type§
pub struct I2cTransferStart {
pub length: u8,
pub address: u8,
pub stop: bool,
pub data: ArrayVec<u8, 256>,
}Fields§
§length: u8§address: u8§stop: bool§data: ArrayVec<u8, 256>