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