pub enum CCDS_A {
ONCOMPARE,
ONUPDATE,
}
Expand description
Capture/compare DMA selection
Value on reset: 0
Variants
ONCOMPARE
0: CCx DMA request sent when CCx event occurs
ONUPDATE
1: CCx DMA request sent when update event occurs
Trait Implementations
impl Copy for CCDS_A
impl StructuralPartialEq for CCDS_A
Auto Trait Implementations
impl RefUnwindSafe for CCDS_A
impl Send for CCDS_A
impl Sync for CCDS_A
impl Unpin for CCDS_A
impl UnwindSafe for CCDS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more