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