pub struct USB1_RAM_RST_R(/* private fields */);Expand description
Field USB1_RAM_RST reader - USB1 RAM reset control.
Implementations§
Source§impl USB1_RAM_RST_R
impl USB1_RAM_RST_R
Sourcepub fn variant(&self) -> USB1_RAM_RST_A
pub fn variant(&self) -> USB1_RAM_RST_A
Get enumerated values variant
Sourcepub fn is_released(&self) -> bool
pub fn is_released(&self) -> bool
Checks if the value of the field is RELEASED
Sourcepub fn is_asserted(&self) -> bool
pub fn is_asserted(&self) -> bool
Checks if the value of the field is ASSERTED
Methods from Deref<Target = FieldReader<bool, USB1_RAM_RST_A>>§
Trait Implementations§
Source§impl Deref for USB1_RAM_RST_R
impl Deref for USB1_RAM_RST_R
Source§type Target = FieldReader<bool, USB1_RAM_RST_A>
type Target = FieldReader<bool, USB1_RAM_RST_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for USB1_RAM_RST_R
impl RefUnwindSafe for USB1_RAM_RST_R
impl Send for USB1_RAM_RST_R
impl Sync for USB1_RAM_RST_R
impl Unpin for USB1_RAM_RST_R
impl UnwindSafe for USB1_RAM_RST_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