pub struct W(/* private fields */);
Expand description
Register DTOGEN
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dtogcc0en(&mut self) -> DTOGCC0EN_W<'_>
pub fn dtogcc0en(&mut self) -> DTOGCC0EN_W<'_>
Bit 0 - DTI CC0 Output Generation Enable
Sourcepub fn dtogcc1en(&mut self) -> DTOGCC1EN_W<'_>
pub fn dtogcc1en(&mut self) -> DTOGCC1EN_W<'_>
Bit 1 - DTI CC1 Output Generation Enable
Sourcepub fn dtogcc2en(&mut self) -> DTOGCC2EN_W<'_>
pub fn dtogcc2en(&mut self) -> DTOGCC2EN_W<'_>
Bit 2 - DTI CC2 Output Generation Enable
Sourcepub fn dtogcdti0en(&mut self) -> DTOGCDTI0EN_W<'_>
pub fn dtogcdti0en(&mut self) -> DTOGCDTI0EN_W<'_>
Bit 3 - DTI CDTI0 Output Generation Enable
Sourcepub fn dtogcdti1en(&mut self) -> DTOGCDTI1EN_W<'_>
pub fn dtogcdti1en(&mut self) -> DTOGCDTI1EN_W<'_>
Bit 4 - DTI CDTI1 Output Generation Enable
Sourcepub fn dtogcdti2en(&mut self) -> DTOGCDTI2EN_W<'_>
pub fn dtogcdti2en(&mut self) -> DTOGCDTI2EN_W<'_>
Bit 5 - DTI CDTI2 Output Generation Enable
Methods from Deref<Target = W<DTOGEN_SPEC>>§
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