pub enum VredgEn {
DisVreginReInt = 0,
EnVreginReInt = 1,
}Expand description
VREGIN Rising Edge Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for VredgEn
impl Eq for VredgEn
impl StructuralPartialEq for VredgEn
Auto Trait Implementations§
impl Freeze for VredgEn
impl RefUnwindSafe for VredgEn
impl Send for VredgEn
impl Sync for VredgEn
impl Unpin for VredgEn
impl UnsafeUnpin for VredgEn
impl UnwindSafe for VredgEn
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