pub struct R(_);Expand description
Register CRCCR reader
Implementations
sourceimpl R
impl R
sourcepub fn crc_by_sect(&self) -> BitReaderRaw<bool>
pub fn crc_by_sect(&self) -> BitReaderRaw<bool>
Bit 8 - Bank 1 CRC sector mode select bit
sourcepub fn clean_sect(&self) -> BitReaderRaw<bool>
pub fn clean_sect(&self) -> BitReaderRaw<bool>
Bit 10 - Bank 1 CRC sector list clear bit
Methods from Deref<Target = R<CRCCR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<CRCCR_SPEC>> for R
impl From<R<CRCCR_SPEC>> for R
sourcefn from(reader: R<CRCCR_SPEC>) -> R
fn from(reader: R<CRCCR_SPEC>) -> R
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