pub enum CC1DE {
Disabled = 0,
Enabled = 1,
}
Expand description
Capture/Compare %s DMA request enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CC1DE
impl Eq for CC1DE
impl StructuralPartialEq for CC1DE
Auto Trait Implementations§
impl Freeze for CC1DE
impl RefUnwindSafe for CC1DE
impl Send for CC1DE
impl Sync for CC1DE
impl Unpin for CC1DE
impl UnwindSafe for CC1DE
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