pub struct Resets { /* private fields */ }
Implementations§
Source§impl Resets
impl Resets
pub const fn new() -> Resets
pub fn reset(&self, peripherals: &'static [Peripheral])
pub fn unreset(&self, peripherals: &'static [Peripheral], wait_for: bool)
pub fn reset_all_except(&self, peripherals: &'static [Peripheral])
pub fn unreset_all_except( &self, peripherals: &'static [Peripheral], wait_for: bool, )
pub fn watchdog_reset_all_except(&self, peripherals: &'static [Peripheral])
Auto Trait Implementations§
impl Freeze for Resets
impl !RefUnwindSafe for Resets
impl !Send for Resets
impl !Sync for Resets
impl Unpin for Resets
impl !UnwindSafe for Resets
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