pub struct R(/* private fields */);
Expand description
Register CFG1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hbitclkdiv(&self) -> HBITCLKDIV_R
pub fn hbitclkdiv(&self) -> HBITCLKDIV_R
Bits 0:5 - HBITCLKDIV
Sourcepub fn transwin(&self) -> TRANSWIN_R
pub fn transwin(&self) -> TRANSWIN_R
Bits 11:15 - TRANSWIN
Sourcepub fn psc_usbpdclk(&self) -> PSC_USBPDCLK_R
pub fn psc_usbpdclk(&self) -> PSC_USBPDCLK_R
Bits 17:19 - PSC_USBPDCLK
Sourcepub fn rxordseten(&self) -> RXORDSETEN_R
pub fn rxordseten(&self) -> RXORDSETEN_R
Bits 20:28 - RXORDSETEN
Methods from Deref<Target = R<CFG1_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§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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