Struct Apb0rstr
#[repr(transparent)]pub struct Apb0rstr(pub u32);Expand description
APB0RSTR register.
Tuple Fields§
§0: u32Implementations§
§impl Apb0rstr
impl Apb0rstr
pub fn set_tim1rst(&mut self, val: bool)
pub fn set_tim1rst(&mut self, val: bool)
TIM1: Advanced Timer reset Set and reset by software.
pub fn set_tim16rst(&mut self, val: bool)
pub fn set_tim16rst(&mut self, val: bool)
TIM16 reset.
pub fn set_tim17rst(&mut self, val: bool)
pub fn set_tim17rst(&mut self, val: bool)
TIM17 reset.
pub fn set_syscfgrst(&mut self, val: bool)
pub fn set_syscfgrst(&mut self, val: bool)
SYSTEM CONFIG reset Set and reset by software.
pub fn set_rtcrst(&mut self, val: bool)
pub fn set_rtcrst(&mut self, val: bool)
RTC reset Set and reset by software.
pub fn set_wdgrst(&mut self, val: bool)
pub fn set_wdgrst(&mut self, val: bool)
WATCHDOG reset Set and reset by software.
Trait Implementations§
impl Copy for Apb0rstr
impl Eq for Apb0rstr
impl StructuralPartialEq for Apb0rstr
Auto Trait Implementations§
impl Freeze for Apb0rstr
impl RefUnwindSafe for Apb0rstr
impl Send for Apb0rstr
impl Sync for Apb0rstr
impl Unpin for Apb0rstr
impl UnwindSafe for Apb0rstr
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