pub struct TIMOUTEN_R(/* private fields */);Expand description
Field TIMOUTEN reader - Clock timeout enable
Implementations§
Source§impl TIMOUTEN_R
impl TIMOUTEN_R
Sourcepub fn variant(&self) -> TIMOUTEN_A
pub fn variant(&self) -> TIMOUTEN_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, TIMOUTEN_A>>§
Trait Implementations§
Source§impl Deref for TIMOUTEN_R
impl Deref for TIMOUTEN_R
Source§type Target = FieldReader<bool, TIMOUTEN_A>
type Target = FieldReader<bool, TIMOUTEN_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for TIMOUTEN_R
impl RefUnwindSafe for TIMOUTEN_R
impl Send for TIMOUTEN_R
impl Sync for TIMOUTEN_R
impl Unpin for TIMOUTEN_R
impl UnwindSafe for TIMOUTEN_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