pub struct R(_);
Expand description
Register DRVCTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn filterval0(&self) -> FILTERVAL0_R
pub fn filterval0(&self) -> FILTERVAL0_R
Bits 24:27 - Non-Recoverable Fault Input 0 Filter Value
sourcepub fn filterval1(&self) -> FILTERVAL1_R
pub fn filterval1(&self) -> FILTERVAL1_R
Bits 28:31 - Non-Recoverable Fault Input 1 Filter Value
Methods from Deref<Target = R<DRVCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<DRVCTRL_SPEC>> for R
impl From<R<DRVCTRL_SPEC>> for R
sourcefn from(reader: R<DRVCTRL_SPEC>) -> Self
fn from(reader: R<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