pub struct MUTEDETIE_R(/* private fields */);Expand description
Field MUTEDETIE reader - Mute detection interrupt enable
Implementations§
Source§impl MUTEDETIE_R
impl MUTEDETIE_R
Sourcepub fn variant(&self) -> MUTEDETIE_A
pub fn variant(&self) -> MUTEDETIE_A
Get enumerated values variant
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED
Methods from Deref<Target = FieldReader<bool, MUTEDETIE_A>>§
Trait Implementations§
Source§impl Deref for MUTEDETIE_R
impl Deref for MUTEDETIE_R
Source§type Target = FieldReader<bool, MUTEDETIE_A>
type Target = FieldReader<bool, MUTEDETIE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for MUTEDETIE_R
impl RefUnwindSafe for MUTEDETIE_R
impl Send for MUTEDETIE_R
impl Sync for MUTEDETIE_R
impl Unpin for MUTEDETIE_R
impl UnwindSafe for MUTEDETIE_R
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