pub enum DmaFlowController {
Dma = 0,
Peripheral = 1,
}
Expand description
Dma flow controller selection
Variants§
Trait Implementations§
Source§impl Clone for DmaFlowController
impl Clone for DmaFlowController
Source§fn clone(&self) -> DmaFlowController
fn clone(&self) -> DmaFlowController
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DmaFlowController
impl Debug for DmaFlowController
Source§impl PartialEq for DmaFlowController
impl PartialEq for DmaFlowController
impl Copy for DmaFlowController
impl Eq for DmaFlowController
impl StructuralPartialEq for DmaFlowController
Auto Trait Implementations§
impl Freeze for DmaFlowController
impl RefUnwindSafe for DmaFlowController
impl Send for DmaFlowController
impl Sync for DmaFlowController
impl Unpin for DmaFlowController
impl UnwindSafe for DmaFlowController
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