pub struct CH0_W<'a> { /* private fields */ }Expand description
Field CH0 writer - Configure channel 0 output value. 0: hold output value. 1: set output value. 2: clear output value. 3: inverse output value.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CH0_W<'a>
impl<'a> Send for CH0_W<'a>
impl<'a> Sync for CH0_W<'a>
impl<'a> Unpin for CH0_W<'a>
impl<'a> !UnwindSafe for CH0_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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