pub enum NRES {
Num1 = 0,
Num2 = 1,
}
Expand description
NRES
Value on reset: 0
Variants§
Num1 = 0
0: Only single result value will be returned. After a single read RRDY will be automatically cleared
Num2 = 1
1: Two return reads need to be performed. After two reads RRDY will be automatically cleared
Trait Implementations§
impl Copy for NRES
impl Eq for NRES
impl StructuralPartialEq for NRES
Auto Trait Implementations§
impl Freeze for NRES
impl RefUnwindSafe for NRES
impl Send for NRES
impl Sync for NRES
impl Unpin for NRES
impl UnwindSafe for NRES
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