pub struct SUBSTATWA_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for SUBSTATWA_SPEC
impl Readable for SUBSTATWA_SPEC
read()
method returns substatwa::R reader structure
Source§impl RegisterSpec for SUBSTATWA_SPEC
impl RegisterSpec for SUBSTATWA_SPEC
Source§impl Resettable for SUBSTATWA_SPEC
impl Resettable for SUBSTATWA_SPEC
reset()
method sets SUBSTATWA to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for SUBSTATWA_SPEC
impl Writable for SUBSTATWA_SPEC
write(|w| ..)
method takes substatwa::W writer structure
Auto Trait Implementations§
impl Freeze for SUBSTATWA_SPEC
impl RefUnwindSafe for SUBSTATWA_SPEC
impl Send for SUBSTATWA_SPEC
impl Sync for SUBSTATWA_SPEC
impl Unpin for SUBSTATWA_SPEC
impl UnwindSafe for SUBSTATWA_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