Enum msp432p401r::dio::p1iv::P1IV_A[][src]

#[repr(u8)]pub enum P1IV_A {
    P1IV_0,
    P1IV_2,
    P1IV_4,
    P1IV_6,
    P1IV_8,
    P1IV_10,
    P1IV_12,
    P1IV_14,
    P1IV_16,
}

Port 1 interrupt vector value

Value on reset: 0

Variants

P1IV_0

0: No interrupt pending

P1IV_2

2: Interrupt Source: Port 1.0 interrupt; Interrupt Flag: P1IFG0; Interrupt Priority: Highest

P1IV_4

4: Interrupt Source: Port 1.1 interrupt; Interrupt Flag: P1IFG1

P1IV_6

6: Interrupt Source: Port 1.2 interrupt; Interrupt Flag: P1IFG2

P1IV_8

8: Interrupt Source: Port 1.3 interrupt; Interrupt Flag: P1IFG3

P1IV_10

10: Interrupt Source: Port 1.4 interrupt; Interrupt Flag: P1IFG4

P1IV_12

12: Interrupt Source: Port 1.5 interrupt; Interrupt Flag: P1IFG5

P1IV_14

14: Interrupt Source: Port 1.6 interrupt; Interrupt Flag: P1IFG6

P1IV_16

16: Interrupt Source: Port 1.7 interrupt; Interrupt Flag: P1IFG7; Interrupt Priority: Lowest

Trait Implementations

impl Clone for P1IV_A[src]

impl Copy for P1IV_A[src]

impl Debug for P1IV_A[src]

impl PartialEq<P1IV_A> for P1IV_A[src]

impl StructuralPartialEq for P1IV_A[src]

Auto Trait Implementations

impl Send for P1IV_A

impl Sync for P1IV_A

impl Unpin for P1IV_A

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.