pub struct R(_);
Expand description
Register FCTRLA
reader
Implementations
sourceimpl R
impl R
sourcepub fn blankpresc(&self) -> BLANKPRESC_R
pub fn blankpresc(&self) -> BLANKPRESC_R
Bit 15 - Fault A Blanking Prescaler
sourcepub fn blankval(&self) -> BLANKVAL_R
pub fn blankval(&self) -> BLANKVAL_R
Bits 16:23 - Fault A Blanking Time
sourcepub fn filterval(&self) -> FILTERVAL_R
pub fn filterval(&self) -> FILTERVAL_R
Bits 24:27 - Fault A Filter Value
Methods from Deref<Target = R<FCTRLA_SPEC>>
Trait Implementations
sourceimpl From<R<FCTRLA_SPEC>> for R
impl From<R<FCTRLA_SPEC>> for R
sourcefn from(reader: R<FCTRLA_SPEC>) -> Self
fn from(reader: R<FCTRLA_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