pub enum CCDSW {
ONCOMPARE,
ONUPDATE,
}
Expand description
Values that can be written to the field CCDS
Variants§
ONCOMPARE
CCx DMA request sent when CCx event occurs
ONUPDATE
CCx DMA request sent when update event occurs
Auto Trait Implementations§
impl Freeze for CCDSW
impl RefUnwindSafe for CCDSW
impl Send for CCDSW
impl Sync for CCDSW
impl Unpin for CCDSW
impl UnwindSafe for CCDSW
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