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