pub struct W4_SPEC;
Expand description
SPI1 memory data buffer4
This register you can [read
]
(crate::generic::Reg::read), [write_with_zero
]
(crate::generic::Reg::write_with_zero), [reset
]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify
]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [w4] (index.html) module
Trait Implementations
sourceimpl RegisterSpec for W4_SPEC
impl RegisterSpec for W4_SPEC
sourceimpl Resettable for W4_SPEC
impl Resettable for W4_SPEC
reset()
method sets W4 to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for W4_SPEC
impl Send for W4_SPEC
impl Sync for W4_SPEC
impl Unpin for W4_SPEC
impl UnwindSafe for W4_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more