Struct rp2040_pac2::resets::Resets [−][src]
Implementations
impl Resets
[src]
pub fn reset(self) -> Reg<Peripherals, RW>
[src]
Reset control. If a bit is set it means the peripheral is in reset. 0 means the peripheral’s reset is deasserted.
pub fn wdsel(self) -> Reg<Wdsel, RW>
[src]
Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.
pub fn reset_done(self) -> Reg<Peripherals, RW>
[src]
Reset done. If a bit is set then a reset done signal has been returned by the peripheral. This indicates that the peripheral’s registers are ready to be accessed.
Trait Implementations
impl Clone for Resets
[src]
fn clone(&self) -> Resets
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Resets
[src]
impl Send for Resets
[src]
impl Sync for Resets
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,