pub enum MASTER_A {
NOT_USED = 0,
ENABLED = 1,
}Expand description
Enables mastering.
Value on reset: 0
Variants§
NOT_USED = 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_A
impl StructuralPartialEq for MASTER_A
Auto Trait Implementations§
impl Freeze for MASTER_A
impl RefUnwindSafe for MASTER_A
impl Send for MASTER_A
impl Sync for MASTER_A
impl Unpin for MASTER_A
impl UnwindSafe for MASTER_A
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