Struct lpc55_hal::peripherals::rtc::Rtc[][src]

pub struct Rtc<State = Unknown> {
    pub _state: State,
    // some fields omitted
}

Fields

_state: State

Implementations

impl Rtc[src]

pub unsafe fn steal() -> Self[src]

impl<State> Rtc<State>[src]

pub fn release(self) -> RTC[src]

impl<State> Rtc<State>[src]

pub fn enabled(
    self,
    syscon: &mut Syscon,
    _token: ClocksSupport32KhzFroToken
) -> Rtc<Enabled>
[src]

pub fn disabled(self, syscon: &mut Syscon) -> Rtc<Disabled>[src]

impl Rtc<Enabled>[src]

pub fn uptime(&self) -> Duration[src]

pub fn reset(&mut self)[src]

Trait Implementations

impl From<RTC> for Rtc[src]

Auto Trait Implementations

impl<State> Send for Rtc<State> where
    State: Send

impl<State = Unknown> !Sync for Rtc<State>

impl<State> Unpin for Rtc<State> where
    State: Unpin

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> Same<T> for T

type Output = T

Should always be Self

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.