pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn lptim1rst(&self) -> LPTIM1RSTR
pub fn lptim1rst(&self) -> LPTIM1RSTR
Bit 31 - Low Power Timer 1 reset
Sourcepub fn usart1rst(&self) -> USART1RSTR
pub fn usart1rst(&self) -> USART1RSTR
Bit 18 - USART1 reset
Sourcepub fn usart2rst(&self) -> USART2RSTR
pub fn usart2rst(&self) -> USART2RSTR
Bit 17 - USART2 reset
Sourcepub fn usart4rst(&self) -> USART4RSTR
pub fn usart4rst(&self) -> USART4RSTR
Bit 19 - USART4 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