pub struct W(_);
Expand description
Register DRVCTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn filterval0(&mut self) -> FILTERVAL0_W<'_>
pub fn filterval0(&mut self) -> FILTERVAL0_W<'_>
Bits 24:27 - Non-Recoverable Fault Input 0 Filter Value
sourcepub fn filterval1(&mut self) -> FILTERVAL1_W<'_>
pub fn filterval1(&mut self) -> FILTERVAL1_W<'_>
Bits 28:31 - Non-Recoverable Fault Input 1 Filter Value
Methods from Deref<Target = W<DRVCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<DRVCTRL_SPEC>> for W
impl From<W<DRVCTRL_SPEC>> for W
sourcefn from(writer: W<DRVCTRL_SPEC>) -> Self
fn from(writer: W<DRVCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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