[][src]Enum msp430fr2x5x_hal::gpio::GpioVector

pub enum GpioVector {
    NoIsr,
    Pin0Isr,
    Pin1Isr,
    Pin2Isr,
    Pin3Isr,
    Pin4Isr,
    Pin5Isr,
    Pin6Isr,
    Pin7Isr,
}

Indicates which pin on the GPIO port caused the ISR.

Variants

NoIsr

No ISR

Pin0Isr

ISR caused by pin 0

Pin1Isr

ISR caused by pin 1

Pin2Isr

ISR caused by pin 2

Pin3Isr

ISR caused by pin 3

Pin4Isr

ISR caused by pin 4

Pin5Isr

ISR caused by pin 5

Pin6Isr

ISR caused by pin 6

Pin7Isr

ISR caused by pin 7

Auto Trait Implementations

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.