pub struct R(/* private fields */);
Expand description
Register APBRSTR1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn usart2rst(&self) -> USART2RST_R
pub fn usart2rst(&self) -> USART2RST_R
Bit 17 - USART2 reset
Sourcepub fn usart3rst(&self) -> USART3RST_R
pub fn usart3rst(&self) -> USART3RST_R
Bit 18 - USART3 reset
Sourcepub fn usart4rst(&self) -> USART4RST_R
pub fn usart4rst(&self) -> USART4RST_R
Bit 19 - USART4 reset
Sourcepub fn lpuart1rst(&self) -> LPUART1RST_R
pub fn lpuart1rst(&self) -> LPUART1RST_R
Bit 20 - LPUART1 reset
Sourcepub fn ucpd1rst(&self) -> UCPD1RST_R
pub fn ucpd1rst(&self) -> UCPD1RST_R
Bit 25 - UCPD1 reset
Sourcepub fn ucpd2rst(&self) -> UCPD2RST_R
pub fn ucpd2rst(&self) -> UCPD2RST_R
Bit 26 - UCPD2 reset
Sourcepub fn lptim2rst(&self) -> LPTIM2RST_R
pub fn lptim2rst(&self) -> LPTIM2RST_R
Bit 30 - Low Power Timer 2 reset
Sourcepub fn lptim1rst(&self) -> LPTIM1RST_R
pub fn lptim1rst(&self) -> LPTIM1RST_R
Bit 31 - Low Power Timer 1 reset
Methods from Deref<Target = R<APBRSTR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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