pub struct R(/* private fields */);
Expand description
Register SWLEVEL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn ch0level(&self) -> CH0LEVEL_R
pub fn ch0level(&self) -> CH0LEVEL_R
Bit 0 - Channel 0 Software Level
Sourcepub fn ch1level(&self) -> CH1LEVEL_R
pub fn ch1level(&self) -> CH1LEVEL_R
Bit 1 - Channel 1 Software Level
Sourcepub fn ch2level(&self) -> CH2LEVEL_R
pub fn ch2level(&self) -> CH2LEVEL_R
Bit 2 - Channel 2 Software Level
Sourcepub fn ch3level(&self) -> CH3LEVEL_R
pub fn ch3level(&self) -> CH3LEVEL_R
Bit 3 - Channel 3 Software Level
Sourcepub fn ch4level(&self) -> CH4LEVEL_R
pub fn ch4level(&self) -> CH4LEVEL_R
Bit 4 - Channel 4 Software Level
Sourcepub fn ch5level(&self) -> CH5LEVEL_R
pub fn ch5level(&self) -> CH5LEVEL_R
Bit 5 - Channel 5 Software Level
Sourcepub fn ch6level(&self) -> CH6LEVEL_R
pub fn ch6level(&self) -> CH6LEVEL_R
Bit 6 - Channel 6 Software Level
Sourcepub fn ch7level(&self) -> CH7LEVEL_R
pub fn ch7level(&self) -> CH7LEVEL_R
Bit 7 - Channel 7 Software Level
Methods from Deref<Target = R<SWLEVEL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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