pub enum PECERRR {
NoError = 0,
Error = 1,
}Expand description
PEC Error in reception
Value on reset: 0
Variants§
NoError = 0
0: no PEC error: receiver returns ACK after PEC reception (if ACK=1)
Error = 1
1: PEC error: receiver returns NACK after PEC reception (whatever ACK)
Trait Implementations§
impl Copy for PECERRR
impl Eq for PECERRR
impl StructuralPartialEq for PECERRR
Auto Trait Implementations§
impl Freeze for PECERRR
impl RefUnwindSafe for PECERRR
impl Send for PECERRR
impl Sync for PECERRR
impl Unpin for PECERRR
impl UnwindSafe for PECERRR
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