pub struct TSAMPLE1_W<'a> { /* private fields */ }Expand description
Field TSAMPLE1 writer - DAC Channel 1 sample Time (only valid in sample & hold mode) These bits can be written when the DAC channel1 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.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TSAMPLE1_W<'a>
impl<'a> RefUnwindSafe for TSAMPLE1_W<'a>
impl<'a> Send for TSAMPLE1_W<'a>
impl<'a> Sync for TSAMPLE1_W<'a>
impl<'a> Unpin for TSAMPLE1_W<'a>
impl<'a> !UnwindSafe for TSAMPLE1_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