pub enum PECERR_A {
MATCH = 0,
NOMATCH = 1,
}
Expand description
PEC Error in reception
Value on reset: 0
Variants§
MATCH = 0
0: Received PEC does match with PEC register
NOMATCH = 1
1: Received PEC does not match with PEC register
Trait Implementations§
impl Copy for PECERR_A
impl StructuralPartialEq for PECERR_A
Auto Trait Implementations§
impl Freeze for PECERR_A
impl RefUnwindSafe for PECERR_A
impl Send for PECERR_A
impl Sync for PECERR_A
impl Unpin for PECERR_A
impl UnwindSafe for PECERR_A
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