pub struct W(/* private fields */);Expand description
Register FMSSTOP writer
Implementations§
Source§impl W
impl W
Sourcepub fn stopa(&mut self) -> STOPA_W<'_>
pub fn stopa(&mut self) -> STOPA_W<'_>
Bits 0:16 - Stop address for signature generation (the word specified by STOP is included in the address range). The address is in units of memory words, not bytes.
Sourcepub fn strtbist(&mut self) -> STRTBIST_W<'_>
pub fn strtbist(&mut self) -> STRTBIST_W<'_>
Bit 31 - When this bit is written to 1, signature generation starts. At the end of signature generation, this bit is automatically cleared.
Methods from Deref<Target = W<FMSSTOP_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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