Struct lpc55_hal::peripherals::gint::Gint[][src]

pub struct Gint<State: InitState = Unknown> { /* fields omitted */ }

Implementations

impl Gint[src]

pub fn new(raw_gint0: GINT0, raw_gint1: GINT1) -> Self[src]

impl<State: InitState> Gint<State>[src]

pub fn release(self) -> (GINT0, GINT1)[src]

pub fn enabled(mut self: Self, syscon: &mut Syscon) -> (Gint0, Gint1)[src]

Trait Implementations

impl From<(GINT0, GINT1)> for Gint[src]

Auto Trait Implementations

impl<State> Send for Gint<State> where
    State: Send
[src]

impl<State = Unknown> !Sync for Gint<State>[src]

impl<State> Unpin for Gint<State> where
    State: Unpin
[src]

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.