pub struct VBASE_SPEC;Expand description
Trait Implementations§
Source§impl Readable for VBASE_SPEC
read() method returns vbase::R reader structure
impl Readable for VBASE_SPEC
read() method returns vbase::R reader structure
Source§impl RegisterSpec for VBASE_SPEC
impl RegisterSpec for VBASE_SPEC
Source§impl Resettable for VBASE_SPEC
reset() method sets VBASE to value 0
impl Resettable for VBASE_SPEC
reset() method sets VBASE to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for VBASE_SPEC
impl RefUnwindSafe for VBASE_SPEC
impl Send for VBASE_SPEC
impl Sync for VBASE_SPEC
impl Unpin for VBASE_SPEC
impl UnwindSafe for VBASE_SPEC
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