Struct swm341_pac::div::sr::R
source · pub struct R(/* private fields */);Expand description
Register SR reader
Implementations§
source§impl R
impl R
sourcepub fn rootendi(&self) -> ROOTENDI_R
pub fn rootendi(&self) -> ROOTENDI_R
Bit 8 - ROOTENDI field
sourcepub fn rootendf(&self) -> ROOTENDF_R
pub fn rootendf(&self) -> ROOTENDF_R
Bit 9 - ROOTENDF field
sourcepub fn rootbusy(&self) -> ROOTBUSY_R
pub fn rootbusy(&self) -> ROOTBUSY_R
Bit 10 - ROOTBUSY field
Methods from Deref<Target = R<SR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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