pub struct STAT_SPEC;
Trait Implementations§
Source§impl Resettable for STAT_SPEC
impl Resettable for STAT_SPEC
reset()
method sets STAT to value 0x02
Source§const RESET_VALUE: u32 = 2u32
const RESET_VALUE: u32 = 2u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for STAT_SPEC
read()
method returns stat::R
reader structure
Auto Trait Implementations§
impl Freeze for STAT_SPEC
impl RefUnwindSafe for STAT_SPEC
impl Send for STAT_SPEC
impl Sync for STAT_SPEC
impl Unpin for STAT_SPEC
impl UnwindSafe for STAT_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