Trait i2c::SmbusPec
[−]
[src]
pub trait SmbusPec: Smbus { fn smbus_set_pec(&mut self, pec: bool) -> Result<(), Self::Error>; }
SMBus Packet Error Checking
Required Methods
fn smbus_set_pec(&mut self, pec: bool) -> Result<(), Self::Error>
Enables or disables SMBus Packet Error Checking