pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn lptim2rst(&self) -> LPTIM2RSTR
pub fn lptim2rst(&self) -> LPTIM2RSTR
Bit 5 - Low-power timer 2 reset
Sourcepub fn swpmi1rst(&self) -> SWPMI1RSTR
pub fn swpmi1rst(&self) -> SWPMI1RSTR
Bit 2 - Single wire protocol reset
Sourcepub fn lpuart1rst(&self) -> LPUART1RSTR
pub fn lpuart1rst(&self) -> LPUART1RSTR
Bit 0 - Low-power UART 1 reset
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