pub struct W(/* private fields */);
Expand description
Register CHALTC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch10altc(&mut self) -> CH10ALTC_W<'_>
pub fn ch10altc(&mut self) -> CH10ALTC_W<'_>
Bit 10 - Channel 10 Alternate Clear
Sourcepub fn ch11altc(&mut self) -> CH11ALTC_W<'_>
pub fn ch11altc(&mut self) -> CH11ALTC_W<'_>
Bit 11 - Channel 11 Alternate Clear
Methods from Deref<Target = W<CHALTC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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