pub struct W(_);Expand description
Register RESET_STATE writer
Implementations
sourceimpl W
impl W
sourcepub fn appcpu_stat_vector_sel(&mut self) -> APPCPU_STAT_VECTOR_SEL_W<'_>
pub fn appcpu_stat_vector_sel(&mut self) -> APPCPU_STAT_VECTOR_SEL_W<'_>
Bit 12 - APP CPU state vector sel
sourcepub fn procpu_stat_vector_sel(&mut self) -> PROCPU_STAT_VECTOR_SEL_W<'_>
pub fn procpu_stat_vector_sel(&mut self) -> PROCPU_STAT_VECTOR_SEL_W<'_>
Bit 13 - Selects the CPU state vector.
Methods from Deref<Target = W<RESET_STATE_SPEC>>
Trait Implementations
sourceimpl From<W<RESET_STATE_SPEC>> for W
impl From<W<RESET_STATE_SPEC>> for W
sourcefn from(writer: W<RESET_STATE_SPEC>) -> Self
fn from(writer: W<RESET_STATE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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