pub struct W(/* private fields */);
Expand description
Register SWLEVEL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0level(&mut self) -> CH0LEVEL_W<'_>
pub fn ch0level(&mut self) -> CH0LEVEL_W<'_>
Bit 0 - Channel 0 Software Level
Sourcepub fn ch1level(&mut self) -> CH1LEVEL_W<'_>
pub fn ch1level(&mut self) -> CH1LEVEL_W<'_>
Bit 1 - Channel 1 Software Level
Sourcepub fn ch2level(&mut self) -> CH2LEVEL_W<'_>
pub fn ch2level(&mut self) -> CH2LEVEL_W<'_>
Bit 2 - Channel 2 Software Level
Sourcepub fn ch3level(&mut self) -> CH3LEVEL_W<'_>
pub fn ch3level(&mut self) -> CH3LEVEL_W<'_>
Bit 3 - Channel 3 Software Level
Sourcepub fn ch4level(&mut self) -> CH4LEVEL_W<'_>
pub fn ch4level(&mut self) -> CH4LEVEL_W<'_>
Bit 4 - Channel 4 Software Level
Sourcepub fn ch5level(&mut self) -> CH5LEVEL_W<'_>
pub fn ch5level(&mut self) -> CH5LEVEL_W<'_>
Bit 5 - Channel 5 Software Level
Sourcepub fn ch6level(&mut self) -> CH6LEVEL_W<'_>
pub fn ch6level(&mut self) -> CH6LEVEL_W<'_>
Bit 6 - Channel 6 Software Level
Sourcepub fn ch7level(&mut self) -> CH7LEVEL_W<'_>
pub fn ch7level(&mut self) -> CH7LEVEL_W<'_>
Bit 7 - Channel 7 Software Level
Methods from Deref<Target = W<SWLEVEL_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