pub struct R(_);
Expand description
Register APB2RSTR
reader
Implementations
sourceimpl R
impl R
sourcepub fn tim11rst(&self) -> TIM11RST_R
pub fn tim11rst(&self) -> TIM11RST_R
Bit 18 - TIM11 reset
sourcepub fn tim10rst(&self) -> TIM10RST_R
pub fn tim10rst(&self) -> TIM10RST_R
Bit 17 - TIM10 reset
sourcepub fn syscfgrst(&self) -> SYSCFGRST_R
pub fn syscfgrst(&self) -> SYSCFGRST_R
Bit 14 - System configuration controller reset
sourcepub fn usart6rst(&self) -> USART6RST_R
pub fn usart6rst(&self) -> USART6RST_R
Bit 5 - USART6 reset
sourcepub fn usart1rst(&self) -> USART1RST_R
pub fn usart1rst(&self) -> USART1RST_R
Bit 4 - USART1 reset
Methods from Deref<Target = R<APB2RSTR_SPEC>>
Trait Implementations
sourceimpl From<R<APB2RSTR_SPEC>> for R
impl From<R<APB2RSTR_SPEC>> for R
sourcefn from(reader: R<APB2RSTR_SPEC>) -> Self
fn from(reader: R<APB2RSTR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more