pub struct R(/* private fields */);
Expand description
Register CR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn phyccsel(&self) -> PHYCCSEL_R
pub fn phyccsel(&self) -> PHYCCSEL_R
Bit 6 - PHYCCSEL
Sourcepub fn anasubmode(&self) -> ANASUBMODE_R
pub fn anasubmode(&self) -> ANASUBMODE_R
Bits 7:8 - ANASUBMODE
Sourcepub fn ccenable(&self) -> CCENABLE_R
pub fn ccenable(&self) -> CCENABLE_R
Bits 10:11 - CCENABLE
Sourcepub fn cc1tcdis(&self) -> CC1TCDIS_R
pub fn cc1tcdis(&self) -> CC1TCDIS_R
Bit 20 - CC1TCDIS
Sourcepub fn cc2tcdis(&self) -> CC2TCDIS_R
pub fn cc2tcdis(&self) -> CC2TCDIS_R
Bit 21 - CC2TCDIS
Methods from Deref<Target = R<CR_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