pub struct WAVE2_R(/* private fields */);Expand description
Field WAVE2 reader - DAC channel2 noise/triangle wave generation enable These bits are set/reset by software. 1x: Triangle wave generation enabled Note: Only used if bit TEN2 = 1 (DAC channel2 trigger enabled)
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WAVE2_R
impl RefUnwindSafe for WAVE2_R
impl Send for WAVE2_R
impl Sync for WAVE2_R
impl Unpin for WAVE2_R
impl UnwindSafe for WAVE2_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