pub struct W(/* private fields */);
Expand description
Register APBRSTR1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn usart2rst(&mut self) -> USART2RST_W<'_>
pub fn usart2rst(&mut self) -> USART2RST_W<'_>
Bit 17 - USART2 reset
Sourcepub fn usart3rst(&mut self) -> USART3RST_W<'_>
pub fn usart3rst(&mut self) -> USART3RST_W<'_>
Bit 18 - USART3 reset
Sourcepub fn usart4rst(&mut self) -> USART4RST_W<'_>
pub fn usart4rst(&mut self) -> USART4RST_W<'_>
Bit 19 - USART4 reset
Sourcepub fn lpuart1rst(&mut self) -> LPUART1RST_W<'_>
pub fn lpuart1rst(&mut self) -> LPUART1RST_W<'_>
Bit 20 - LPUART1 reset
Sourcepub fn ucpd1rst(&mut self) -> UCPD1RST_W<'_>
pub fn ucpd1rst(&mut self) -> UCPD1RST_W<'_>
Bit 25 - UCPD1 reset
Sourcepub fn ucpd2rst(&mut self) -> UCPD2RST_W<'_>
pub fn ucpd2rst(&mut self) -> UCPD2RST_W<'_>
Bit 26 - UCPD2 reset
Sourcepub fn lptim2rst(&mut self) -> LPTIM2RST_W<'_>
pub fn lptim2rst(&mut self) -> LPTIM2RST_W<'_>
Bit 30 - Low Power Timer 2 reset
Sourcepub fn lptim1rst(&mut self) -> LPTIM1RST_W<'_>
pub fn lptim1rst(&mut self) -> LPTIM1RST_W<'_>
Bit 31 - Low Power Timer 1 reset
Methods from Deref<Target = W<APBRSTR1_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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