pub struct MAMP2_W<'a> { /* private fields */ }Expand description
Field MAMP2 writer - DAC channel2 mask/amplitude selector These bits are written by software to select mask in wave generation mode or amplitude in triangle generation mode. = 1011: Unmask bits[11:0]
of LFSR/ triangle amplitude equal to 4095
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MAMP2_W<'a>
impl<'a> RefUnwindSafe for MAMP2_W<'a>
impl<'a> Send for MAMP2_W<'a>
impl<'a> Sync for MAMP2_W<'a>
impl<'a> Unpin for MAMP2_W<'a>
impl<'a> !UnwindSafe for MAMP2_W<'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