Struct rp2040_pac2::clocks::regs::ClkSysResusStatus[][src]

#[repr(transparent)]pub struct ClkSysResusStatus(pub u32);

Implementations

impl ClkSysResusStatus[src]

pub const fn resussed(&self) -> bool[src]

Clock has been resuscitated, correct the error then send ctrl_clear=1

pub fn set_resussed(&mut self, val: bool)[src]

Clock has been resuscitated, correct the error then send ctrl_clear=1

Trait Implementations

impl Clone for ClkSysResusStatus[src]

impl Copy for ClkSysResusStatus[src]

impl Default for ClkSysResusStatus[src]

Auto Trait Implementations

impl Send for ClkSysResusStatus

impl Sync for ClkSysResusStatus

impl Unpin for ClkSysResusStatus

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.