pub struct MAMP2_R(/* private fields */);
Expand description
Field MAMP2
reader - 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
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAMP2_R
impl RefUnwindSafe for MAMP2_R
impl Send for MAMP2_R
impl Sync for MAMP2_R
impl Unpin for MAMP2_R
impl UnwindSafe for MAMP2_R
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