pub struct R(/* private fields */);
Expand description
Register DTOGEN
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dtogcc0en(&self) -> DTOGCC0EN_R
pub fn dtogcc0en(&self) -> DTOGCC0EN_R
Bit 0 - DTI CC0 Output Generation Enable
Sourcepub fn dtogcc1en(&self) -> DTOGCC1EN_R
pub fn dtogcc1en(&self) -> DTOGCC1EN_R
Bit 1 - DTI CC1 Output Generation Enable
Sourcepub fn dtogcc2en(&self) -> DTOGCC2EN_R
pub fn dtogcc2en(&self) -> DTOGCC2EN_R
Bit 2 - DTI CC2 Output Generation Enable
Sourcepub fn dtogcdti0en(&self) -> DTOGCDTI0EN_R
pub fn dtogcdti0en(&self) -> DTOGCDTI0EN_R
Bit 3 - DTI CDTI0 Output Generation Enable
Sourcepub fn dtogcdti1en(&self) -> DTOGCDTI1EN_R
pub fn dtogcdti1en(&self) -> DTOGCDTI1EN_R
Bit 4 - DTI CDTI1 Output Generation Enable
Sourcepub fn dtogcdti2en(&self) -> DTOGCDTI2EN_R
pub fn dtogcdti2en(&self) -> DTOGCDTI2EN_R
Bit 5 - DTI CDTI2 Output Generation Enable
Methods from Deref<Target = R<DTOGEN_SPEC>>§
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