pub struct W(/* private fields */);
Expand description
Register CHREQMASKS
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0reqmasks(&mut self) -> CH0REQMASKS_W<'_>
pub fn ch0reqmasks(&mut self) -> CH0REQMASKS_W<'_>
Bit 0 - Channel 0 Request Mask Set
Sourcepub fn ch1reqmasks(&mut self) -> CH1REQMASKS_W<'_>
pub fn ch1reqmasks(&mut self) -> CH1REQMASKS_W<'_>
Bit 1 - Channel 1 Request Mask Set
Sourcepub fn ch2reqmasks(&mut self) -> CH2REQMASKS_W<'_>
pub fn ch2reqmasks(&mut self) -> CH2REQMASKS_W<'_>
Bit 2 - Channel 2 Request Mask Set
Sourcepub fn ch3reqmasks(&mut self) -> CH3REQMASKS_W<'_>
pub fn ch3reqmasks(&mut self) -> CH3REQMASKS_W<'_>
Bit 3 - Channel 3 Request Mask Set
Sourcepub fn ch4reqmasks(&mut self) -> CH4REQMASKS_W<'_>
pub fn ch4reqmasks(&mut self) -> CH4REQMASKS_W<'_>
Bit 4 - Channel 4 Request Mask Set
Sourcepub fn ch5reqmasks(&mut self) -> CH5REQMASKS_W<'_>
pub fn ch5reqmasks(&mut self) -> CH5REQMASKS_W<'_>
Bit 5 - Channel 5 Request Mask Set
Sourcepub fn ch6reqmasks(&mut self) -> CH6REQMASKS_W<'_>
pub fn ch6reqmasks(&mut self) -> CH6REQMASKS_W<'_>
Bit 6 - Channel 6 Request Mask Set
Sourcepub fn ch7reqmasks(&mut self) -> CH7REQMASKS_W<'_>
pub fn ch7reqmasks(&mut self) -> CH7REQMASKS_W<'_>
Bit 7 - Channel 7 Request Mask Set
Methods from Deref<Target = W<CHREQMASKS_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