pub enum PECCF {
Clear = 1,
}Expand description
PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to ‘0’. Refer to .
Value on reset: 0
Variants§
Clear = 1
1: Clears the PEC flag in ISR register
Trait Implementations§
impl Copy for PECCF
impl Eq for PECCF
impl StructuralPartialEq for PECCF
Auto Trait Implementations§
impl Freeze for PECCF
impl RefUnwindSafe for PECCF
impl Send for PECCF
impl Sync for PECCF
impl Unpin for PECCF
impl UnwindSafe for PECCF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more