pub enum Master {
NotUsed = 0,
Enabled = 1,
}Expand description
Enables mastering.
Value on reset: 0
Variants§
NotUsed = 0
0: Mastering is not used and the normal DMA or Interrupt based model is used with INDATA.
Enabled = 1
1: Mastering is enabled and DMA and INDATA should not be used.
Trait Implementations§
impl Copy for Master
impl Eq for Master
impl StructuralPartialEq for Master
Auto Trait Implementations§
impl Freeze for Master
impl RefUnwindSafe for Master
impl Send for Master
impl Sync for Master
impl Unpin for Master
impl UnwindSafe for Master
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