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