pub struct R(/* private fields */);
Expand description
Register CR1
reader
Implementations§
source§impl R
impl R
sourcepub fn iolock(&self) -> BitReaderRaw<IOLOCK_A>
pub fn iolock(&self) -> BitReaderRaw<IOLOCK_A>
Bit 16 - Locking the AF configuration of associated IOs
sourcepub fn tcrcini(&self) -> BitReaderRaw<TCRCINI_A>
pub fn tcrcini(&self) -> BitReaderRaw<TCRCINI_A>
Bit 15 - CRC calculation initialization pattern control for transmitter
sourcepub fn rcrcini(&self) -> BitReaderRaw<RCRCINI_A>
pub fn rcrcini(&self) -> BitReaderRaw<RCRCINI_A>
Bit 14 - CRC calculation initialization pattern control for receiver
sourcepub fn crc33_17(&self) -> BitReaderRaw<CRC33_17_A>
pub fn crc33_17(&self) -> BitReaderRaw<CRC33_17_A>
Bit 13 - 32-bit CRC polynomial configuration
Methods from Deref<Target = R<CR1_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more