pub struct STATUS_INT_SPEC;
Expand description
need des
You can read
this register and get status_int::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for STATUS_INT_SPEC
impl RegisterSpec for STATUS_INT_SPEC
Source§impl Resettable for STATUS_INT_SPEC
reset()
method sets STATUS_INT to value 0
impl Resettable for STATUS_INT_SPEC
reset()
method sets STATUS_INT to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for STATUS_INT_SPEC
read()
method returns status_int::R
reader structure
Auto Trait Implementations§
impl Freeze for STATUS_INT_SPEC
impl RefUnwindSafe for STATUS_INT_SPEC
impl Send for STATUS_INT_SPEC
impl Sync for STATUS_INT_SPEC
impl Unpin for STATUS_INT_SPEC
impl UnwindSafe for STATUS_INT_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