pub enum RDERRW {
Clear = 1,
}
Expand description
Read Protection Error (PCROP)
Value on reset: 0
Variants§
Clear = 1
1: Clear error flag
Trait Implementations§
impl Copy for RDERRW
impl Eq for RDERRW
impl StructuralPartialEq for RDERRW
Auto Trait Implementations§
impl Freeze for RDERRW
impl RefUnwindSafe for RDERRW
impl Send for RDERRW
impl Sync for RDERRW
impl Unpin for RDERRW
impl UnwindSafe for RDERRW
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