pub struct ReadyusrSpec;
Expand description
Ready Users
You can read
this register and get readyusr::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for ReadyusrSpec
impl RegisterSpec for ReadyusrSpec
Source§impl Resettable for ReadyusrSpec
reset()
method sets READYUSR to value 0xffff_ffff
impl Resettable for ReadyusrSpec
reset()
method sets READYUSR 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 ReadyusrSpec
read()
method returns readyusr::R
reader structure
Auto Trait Implementations§
impl Freeze for ReadyusrSpec
impl RefUnwindSafe for ReadyusrSpec
impl Send for ReadyusrSpec
impl Sync for ReadyusrSpec
impl Unpin for ReadyusrSpec
impl UnwindSafe for ReadyusrSpec
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