pub enum Dmas {
OnCompare = 0,
OnUpdate = 1,
}
Expand description
DMA request source selection
Value on reset: 0
Variants§
OnCompare = 0
0: CCx DMA request sent when CCx event occurs
OnUpdate = 1
1: CCx DMA request sent when update event occurs
Trait Implementations§
source§impl PartialEq for Dmas
impl PartialEq for Dmas
impl Copy for Dmas
impl Eq for Dmas
impl StructuralPartialEq for Dmas
Auto Trait Implementations§
impl Freeze for Dmas
impl RefUnwindSafe for Dmas
impl Send for Dmas
impl Sync for Dmas
impl Unpin for Dmas
impl UnwindSafe for Dmas
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