pub struct TSAMPLE2_R(/* private fields */);
Expand description
Field TSAMPLE2
reader - DAC Channel 2 sample Time (only valid in sample & hold mode) These bits can be written when the DAC channel2 is disabled or also during normal operation. in the latter case, the write can be done only when BWSTx of DAC_SR register is low, if BWSTx=1, the write operation is ignored.
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSAMPLE2_R
impl RefUnwindSafe for TSAMPLE2_R
impl Send for TSAMPLE2_R
impl Sync for TSAMPLE2_R
impl Unpin for TSAMPLE2_R
impl UnwindSafe for TSAMPLE2_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