Enum Wcie
pub enum Wcie {
_0 = 0,
_1 = 1,
}Expand description
Word Complete Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wcie
impl Eq for Wcie
impl StructuralPartialEq for Wcie
Auto Trait Implementations§
impl Freeze for Wcie
impl RefUnwindSafe for Wcie
impl Send for Wcie
impl Sync for Wcie
impl Unpin for Wcie
impl UnwindSafe for Wcie
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