pub struct USB1_RAM_R(/* private fields */);Expand description
Field USB1_RAM reader - Enables the clock for the USB1 RAM.
Implementations§
Source§impl USB1_RAM_R
impl USB1_RAM_R
Sourcepub fn variant(&self) -> USB1_RAM_A
pub fn variant(&self) -> USB1_RAM_A
Get enumerated values variant
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Checks if the value of the field is DISABLE
Methods from Deref<Target = FieldReader<bool, USB1_RAM_A>>§
Trait Implementations§
Source§impl Deref for USB1_RAM_R
impl Deref for USB1_RAM_R
Source§type Target = FieldReader<bool, USB1_RAM_A>
type Target = FieldReader<bool, USB1_RAM_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for USB1_RAM_R
impl RefUnwindSafe for USB1_RAM_R
impl Send for USB1_RAM_R
impl Sync for USB1_RAM_R
impl Unpin for USB1_RAM_R
impl UnwindSafe for USB1_RAM_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