pub struct W(/* private fields */);
Expand description
Register CR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn phyccsel(&mut self) -> PHYCCSEL_W<'_>
pub fn phyccsel(&mut self) -> PHYCCSEL_W<'_>
Bit 6 - PHYCCSEL
Sourcepub fn anasubmode(&mut self) -> ANASUBMODE_W<'_>
pub fn anasubmode(&mut self) -> ANASUBMODE_W<'_>
Bits 7:8 - ANASUBMODE
Sourcepub fn ccenable(&mut self) -> CCENABLE_W<'_>
pub fn ccenable(&mut self) -> CCENABLE_W<'_>
Bits 10:11 - CCENABLE
Sourcepub fn cc1tcdis(&mut self) -> CC1TCDIS_W<'_>
pub fn cc1tcdis(&mut self) -> CC1TCDIS_W<'_>
Bit 20 - CC1TCDIS
Sourcepub fn cc2tcdis(&mut self) -> CC2TCDIS_W<'_>
pub fn cc2tcdis(&mut self) -> CC2TCDIS_W<'_>
Bit 21 - CC2TCDIS
Methods from Deref<Target = W<CR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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