pub struct W(/* private fields */);
Expand description
Register CHREQMASKC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_W<'_>
pub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_W<'_>
Bit 0 - Channel 0 Request Mask Clear
Sourcepub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_W<'_>
pub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_W<'_>
Bit 1 - Channel 1 Request Mask Clear
Sourcepub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_W<'_>
pub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_W<'_>
Bit 2 - Channel 2 Request Mask Clear
Sourcepub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_W<'_>
pub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_W<'_>
Bit 3 - Channel 3 Request Mask Clear
Sourcepub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_W<'_>
pub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_W<'_>
Bit 4 - Channel 4 Request Mask Clear
Sourcepub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_W<'_>
pub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_W<'_>
Bit 5 - Channel 5 Request Mask Clear
Sourcepub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_W<'_>
pub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_W<'_>
Bit 6 - Channel 6 Request Mask Clear
Sourcepub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_W<'_>
pub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_W<'_>
Bit 7 - Channel 7 Request Mask Clear
Methods from Deref<Target = W<CHREQMASKC_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