pub enum COMIE {
Disabled = 0,
Enabled = 1,
}
Expand description
COM interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for COMIE
impl Eq for COMIE
impl StructuralPartialEq for COMIE
Auto Trait Implementations§
impl Freeze for COMIE
impl RefUnwindSafe for COMIE
impl Send for COMIE
impl Sync for COMIE
impl Unpin for COMIE
impl UnwindSafe for COMIE
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