pub struct VOSSRrs;Expand description
Trait Implementations§
Source§impl Resettable for VOSSRrs
reset() method sets VOSSR to value 0x2008
impl Resettable for VOSSRrs
reset() method sets VOSSR to value 0x2008
Source§const RESET_VALUE: u32 = 8_200u32
const RESET_VALUE: u32 = 8_200u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for VOSSRrs
read() method returns vossr::R reader structure
Auto Trait Implementations§
impl Freeze for VOSSRrs
impl RefUnwindSafe for VOSSRrs
impl Send for VOSSRrs
impl Sync for VOSSRrs
impl Unpin for VOSSRrs
impl UnwindSafe for VOSSRrs
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