pub struct WAVEGEN_W<'a> { /* private fields */ }
Expand description
Field WAVEGEN
writer - Waveform Generation
Implementations
sourceimpl<'a> WAVEGEN_W<'a>
impl<'a> WAVEGEN_W<'a>
sourcepub fn dscritical(self) -> &'a mut W
pub fn dscritical(self) -> &'a mut W
Dual-slope critical
sourcepub fn dsbottom(self) -> &'a mut W
pub fn dsbottom(self) -> &'a mut W
Dual-slope with interrupt/event condition when COUNT reaches ZERO
sourcepub fn dsboth(self) -> &'a mut W
pub fn dsboth(self) -> &'a mut W
Dual-slope with interrupt/event condition when COUNT reaches ZERO or TOP
Auto Trait Implementations
impl<'a> RefUnwindSafe for WAVEGEN_W<'a>
impl<'a> Send for WAVEGEN_W<'a>
impl<'a> Sync for WAVEGEN_W<'a>
impl<'a> Unpin for WAVEGEN_W<'a>
impl<'a> !UnwindSafe for WAVEGEN_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more